Skip to content

Commit

Permalink
bump netty-codec to 4.1.100 to remediate CVE-2023-44487 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianxu88 authored Oct 19, 2023
1 parent 372dd0e commit 7d3cac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ lazy val orchardWS = (project in file("orchard-ws")).
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2",
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.2",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2",
"com.google.guava" % "guava" % "32.1.1-jre"
"com.google.guava" % "guava" % "32.1.1-jre",
"io.netty" % "netty-codec" % "4.1.100.Final"
)
).
dependsOn(orchardCore, orchardProviderAWS)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.20.10"
ThisBuild / version := "0.20.11"

0 comments on commit 7d3cac3

Please sign in to comment.