Skip to content

Commit

Permalink
Try fixing S3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-jeckels committed Nov 8, 2024
1 parent 0409773 commit 47bba51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,7 @@ googleProtocolBufVersion=3.25.5
graalVersion=24.1.1

# 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
gsonVersion=2.11.0

grpcVersion=1.67.1

Expand Down

0 comments on commit 47bba51

Please sign in to comment.