diff --git a/gradle.properties b/gradle.properties index 2bf3d4511d..0c624db3ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -166,14 +166,15 @@ googleHttpClientVersion=2.1.0 googleOauthClientVersion=1.39.0 googleProtocolBufVersion=3.25.8 +graphSupportVersion=1.5.2 +grpcVersion=1.79.0 + # Cloud and SequenceAnalysis bring gson in as a transitive dependency. # We resolve to the later version here to keep things consistent # Note: Current jclouds seems to require 2.8.9; attempting to upgrade to 2.9.0 cratered the S3 test suite with many # "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.(java.util.Map)'" errors gsonVersion=2.8.9 -grpcVersion=1.79.0 - guavaVersion=33.5.0-jre # Note: You won't find usages in the product sources; this property is used by the gradle plugin.