Skip to content

Commit

Permalink
Bump netty-codec to 4.1.86.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Dec 20, 2022
1 parent 215a5a4 commit 2d691c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ object Dependencies {
val sentry = "1.7.30"
val protobuf = "3.21.7" // Fix CVE
val kinesisClient = "2.4.3"
val nettyCodec = "4.1.86.Final" // Fix CVE

// Scala (test only)
val specs2 = "4.10.5"
Expand Down Expand Up @@ -160,6 +161,7 @@ object Dependencies {
val aws2regions = "software.amazon.awssdk" % "regions" % V.aws2
val aws2sts = "software.amazon.awssdk" % "sts" % V.aws2
val protobuf = "com.google.protobuf" % "protobuf-java" % V.protobuf
val nettyCodec = "io.netty" % "netty-codec" % V.nettyCodec

// Scala (test only)
val specs2 = "org.specs2" %% "specs2-core" % V.specs2 % Test
Expand All @@ -181,7 +183,8 @@ object Dependencies {
fs2BlobstoreS3,
fs2Aws,
kinesisClient,
protobuf
protobuf,
nettyCodec
)

val gcpDependencies = Seq(
Expand Down

0 comments on commit 2d691c7

Please sign in to comment.