Skip to content

Commit

Permalink
Merge pull request #109 from YuriyPobezhymov:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 603464120
Change-Id: I7ad54b18ae11f0bfcc52e7e5dc67b6a427c85dcf
  • Loading branch information
copybara-github committed Feb 1, 2024
2 parents 45444d1 + cd7805a commit fd56a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ subprojects {

ext {
// All dependency versions.
autoValueVersion = '1.9'
autoValueVersion = '1.10.4'
classGraphVersion = '4.8.65'
errorproneVersion = '2.4.0'
floggerVersion = '0.5.1'
googleCloudStorageVersion = '1.103.1'
guavaVersion = '28.2-jre'
guiceVersion = '4.2.3'
grpcVersion = '1.29.0'
grpcVersion = '1.60.0'
gsonVersion = '2.8.6'
jaxbVersion = '2.3.1'
javaxAnnotationVersion = '1.3.2'
Expand All @@ -42,7 +42,7 @@ subprojects {
mysqlVersion='8.0.33'
okhttpVersion = '3.12.0'
postgresqlVersion = '42.6.0'
protobufVersion = '3.11.4'
protobufVersion = '3.25.2'
protocVersion = protobufVersion
snakeyamlVersion = '1.26'
junitVersion = '4.13'
Expand Down

0 comments on commit fd56a2d

Please sign in to comment.