File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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 "
4444libraryDependencies += " io.netty" % " netty-resolver-dns" % " 4.1.45.Final"
4545libraryDependencies += " org.json4s" %% " json4s-ast" % " 3.6.7"
4646libraryDependencies += " org.json4s" %% " json4s-core" % " 3.6.7"
4747libraryDependencies += " org.json4s" %% " json4s-native" % " 3.6.7"
4848libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.1.4"
4949libraryDependencies += " 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
5256libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
5357// libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.3" % Test
You can’t perform that action at this time.
0 commit comments