Skip to content

Commit

Permalink
upgrade netty due to CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 7, 2024
1 parent 2f8b5e6 commit 8992f6a
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 @@ -29,6 +29,7 @@ object Dependencies {
// for example
val pekkoManagementVersion = "1.0.0"

val nettyVersion = "4.1.106.Final"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.13"

val reconcilerDependencies = Seq(
Expand All @@ -53,6 +54,7 @@ object Dependencies {
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
"org.apache.pekko" %% "pekko-cluster-tools" % pekkoVersion,
"com.datastax.oss" % "java-driver-core" % driverVersion,
"io.netty" % "netty-handler" % nettyVersion,
logback % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
Expand Down

0 comments on commit 8992f6a

Please sign in to comment.