Skip to content

Commit

Permalink
Compatibility to M1 Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyPobezhymov committed Jan 13, 2024
1 parent 5828832 commit cd7805a
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 cd7805a

Please sign in to comment.