Skip to content

Commit fb6635d

Browse files
authored
Merge pull request #1302 from playframework/mergify/bp/2.2.x/pr-1299
[2.2.x] Async Http Client 2.15.0 + netty-reactive-streams upgrade (backport #1299) by @mkurz
2 parents a772ae7 + b9bcbca commit fb6635d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ object Dependencies {
4242

4343
val nettyVersion = "4.1.133.Final" // Keep in sync with the netty version netty-reactive-streams uses (see below)
4444
val asyncHttpClient = Seq(
45-
("org.asynchttpclient" % "async-http-client" % "2.14.5") // 2.12.x comes with outdated netty-reactive-streams and netty, so we ...
45+
("org.asynchttpclient" % "async-http-client" % "2.15.0") // 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.17", // ... a new netty-reactive-streams (ahc v3 will drop it btw) ...
48+
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.18", // ... 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)