Skip to content

Commit

Permalink
upgrade netty used in cassandra connector due to CVE (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 16, 2023
1 parent 867d809 commit 75ece5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ object Dependencies {
val AvroVersion = "1.11.3"
val AwsSdk2Version = "2.17.113"
val AwsSpiPekkoHttpVersion = "0.1.0"
val NettyVersion = "4.1.100.Final"
// Sync with plugins.sbt
val PekkoGrpcBinaryVersion = "current"
val PekkoHttpVersion = "1.0.0"
Expand Down Expand Up @@ -118,6 +119,7 @@ object Dependencies {
.exclude("com.github.spotbugs", "spotbugs-annotations")
.exclude("org.apache.tinkerpop", "*") // https://github.com/akka/alpakka/issues/2200
.exclude("com.esri.geometry", "esri-geometry-api"), // https://github.com/akka/alpakka/issues/2225
"io.netty" % "netty-handler" % NettyVersion,
"org.apache.pekko" %% "pekko-discovery" % PekkoVersion % Provided))

val Couchbase = Seq(
Expand Down

0 comments on commit 75ece5a

Please sign in to comment.