Skip to content

Commit 217a119

Browse files
authored
Merge pull request #1280 from scala-steward/update/2.2.x/async-http-client-2.14.5
[2.2.x] async-http-client 2.14.5 (was 2.12.4)
2 parents 2d47721 + b69cb57 commit 217a119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object Dependencies {
4242

4343
val nettyVersion = "4.1.132.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.12.4") // 2.12.x comes with outdated netty-reactive-streams and netty, so we ...
45+
("org.asynchttpclient" % "async-http-client" % "2.14.5") // 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 ...
4848
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.17", // ... a new netty-reactive-streams (ahc v3 will drop it btw) ...

0 commit comments

Comments
 (0)