Skip to content

Commit

Permalink
Version upgrade for aws sdk and hadoop-shaded-guava
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam committed Nov 26, 2024
1 parent 7b47794 commit ed1639b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ airlift = "2.0.2"
arrow = "18.0.0"
autoservice = "1.1.1"
avro = "1.12.0"
awssdk = "2.24.5"
awssdk = "2.29.20"
# See dependency matrix for particular gRPC versions at https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty
boringssl = "2.0.61.Final"
calcite = "1.38.0"
Expand Down Expand Up @@ -187,7 +187,7 @@ gwt-user = { module = "org.gwtproject:gwt-user", version.ref = "gwt" }
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
# These are transitive, inlined versions; see io.deephaven.hadoop-common-dependencies
woodstox-core = { module = "com.fasterxml.woodstox:woodstox-core", version = "6.6.2" }
hadoop-shaded-guava = { module = "org.apache.hadoop.thirdparty:hadoop-shaded-guava", version = "1.2.0" }
hadoop-shaded-guava = { module = "org.apache.hadoop.thirdparty:hadoop-shaded-guava", version = "1.3.0" }
commons-collections = { module = "commons-collections:commons-collections", version = "3.2.2" }

hdrhistogram = { module = "org.hdrhistogram:HdrHistogram", version.ref = "hdrhistogram" }
Expand Down

0 comments on commit ed1639b

Please sign in to comment.