Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.<init>(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.
Expand Down
Loading