Skip to content

Commit eab5ce7

Browse files
authored
fix: update netty-codec to version 4.1.86.Final (#656)
1 parent b851787 commit eab5ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ libraryDependencies += "org.slf4j" % "slf4j-api" % "1.7.36"
5252

5353
// Related to https://snyk.io/vuln/SNYK-JAVA-IONETTY-1584063,
5454
// To be removed when 'async-http-client' updates dependency version of 'netty-codec'
55-
libraryDependencies += "io.netty" % "netty-codec" % "4.1.68.Final"
55+
libraryDependencies += "io.netty" % "netty-codec" % "4.1.86.Final"
5656

5757
// Testing dependencies
5858
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11" % Test

0 commit comments

Comments
 (0)