Skip to content

Commit 9dbbe55

Browse files
authored
chore: update netty-codec version to 4.1.68.Final (#639)
1 parent 9f1be46 commit 9dbbe55

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.sbt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ lazy val root = project
4040
)
4141

4242
// Project dependencies
43-
libraryDependencies += "org.asynchttpclient" % "async-http-client" % "2.10.5"
43+
libraryDependencies += "org.asynchttpclient" % "async-http-client" % "2.12.3"
4444
libraryDependencies += "io.netty" % "netty-resolver-dns" % "4.1.45.Final"
4545
libraryDependencies += "org.json4s" %% "json4s-ast" % "3.6.7"
4646
libraryDependencies += "org.json4s" %% "json4s-core" % "3.6.7"
4747
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.7"
4848
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.4"
4949
libraryDependencies += "org.slf4j" % "slf4j-api" % "1.7.30"
5050

51+
// Related to https://snyk.io/vuln/SNYK-JAVA-IONETTY-1584063,
52+
// To be removed when 'async-http-client' updates dependency version of 'netty-codec'
53+
libraryDependencies += "io.netty" % "netty-codec" % "4.1.68.Final"
54+
5155
// Testing dependencies
5256
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
5357
//libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.3" % Test

0 commit comments

Comments
 (0)