Skip to content

Commit

Permalink
Cassandra: overwrite Netty to 4.1.52 (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Sep 17, 2020
1 parent 6cb3e7e commit a47cd3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ 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
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion % Provided
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion % Provided,
// evict Cassandra's 4.1.45 version to avoid https://github.com/advisories/GHSA-mm9x-g8pc-w292
"io.netty" % "netty-handler" % "4.1.52.Final"
) ++ JacksonDatabindDependencies
)

Expand Down

0 comments on commit a47cd3c

Please sign in to comment.