We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b851787 commit eab5ce7Copy full SHA for eab5ce7
build.sbt
@@ -52,7 +52,7 @@ libraryDependencies += "org.slf4j" % "slf4j-api" % "1.7.36"
52
53
// Related to https://snyk.io/vuln/SNYK-JAVA-IONETTY-1584063,
54
// To be removed when 'async-http-client' updates dependency version of 'netty-codec'
55
-libraryDependencies += "io.netty" % "netty-codec" % "4.1.68.Final"
+libraryDependencies += "io.netty" % "netty-codec" % "4.1.86.Final"
56
57
// Testing dependencies
58
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11" % Test
0 commit comments