Skip to content

Commit 337a3f7

Browse files
authored
Merge pull request #1193 from playframework/update/2.2.x/patches
[2.2.x] Patch updates
2 parents 65aafee + e0d49fa commit 337a3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)