File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ object Dependencies {
4545 (" org.asynchttpclient" % " async-http-client" % " 2.12.4" ) // 2.12.x comes with outdated netty-reactive-streams and netty, so we ...
4646 .exclude(" com.typesafe.netty" , " netty-reactive-streams" ) // ... exclude netty-reactive-streams and ...
4747 .excludeAll(ExclusionRule (" io.netty" )), // ... also exclude all netty dependencies and pull in ...
48- " com.typesafe.netty" % " netty-reactive-streams" % " 2.0.16 " , // ... a new netty-reactive-streams (ahc v3 will drop it btw) ...
48+ " com.typesafe.netty" % " netty-reactive-streams" % " 2.0.17 " , // ... a new netty-reactive-streams (ahc v3 will drop it btw) ...
4949 " io.netty" % " netty-codec-http" % nettyVersion, // ... and the (up-to-date) netty artifacts async-http-client needs.
5050 " io.netty" % " netty-codec-socks" % nettyVersion, // Same.
5151 " io.netty" % " netty-handler-proxy" % nettyVersion, // Same.
You can’t perform that action at this time.
0 commit comments