Skip to content

Commit

Permalink
Merge branch 'main' into update/netty-handler-4.1.115.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 17, 2024
2 parents 2f042c9 + 4c6dded commit 393cb7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {
val InfluxDBJavaVersion = "2.23"

val AvroVersion = "1.11.4"
val AwsSdk2Version = "2.29.9"
val AwsSdk2Version = "2.29.15"
val NettyVersion = "4.1.115.Final"
// Sync with plugins.sbt
val PekkoGrpcBinaryVersion = "1.1"
Expand Down Expand Up @@ -64,7 +64,7 @@ object Dependencies {
val Couchbase3Version = "3.6.0"
val CouchbaseVersionForDocs = "2.7"

val GoogleAuthVersion = "1.29.0"
val GoogleAuthVersion = "1.30.0"
val JwtScalaVersion = "10.0.1"
val Log4jVersion = "2.23.1"

Expand Down Expand Up @@ -396,7 +396,7 @@ object Dependencies {
"org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
"software.amazon.awssdk" % "kinesis" % AwsSdk2Version,
"software.amazon.awssdk" % "firehose" % AwsSdk2Version,
"software.amazon.kinesis" % "amazon-kinesis-client" % "3.0.0").map(
"software.amazon.kinesis" % "amazon-kinesis-client" % "3.0.1").map(
_.excludeAll(
ExclusionRule("software.amazon.awssdk", "apache-client"),
ExclusionRule("software.amazon.awssdk", "netty-nio-client"))) ++ Seq(
Expand Down

0 comments on commit 393cb7b

Please sign in to comment.