Skip to content

Commit

Permalink
[3.0.x] async-http-client 2.12.4 (was 2.12.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 2, 2025
1 parent 0de84e8 commit 452f7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Dependencies {
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.0.1")

val asyncHttpClient = Seq(
("org.asynchttpclient" % "async-http-client" % "2.12.3") // 2.12.x comes with outdated netty-reactive-streams, so we ...
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams, so we ...
.exclude("com.typesafe.netty", "netty-reactive-streams"), // ... exclude it and pull in ...
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.13", // ... a newer version ourselves (ahc v3 will drop that dependency)
)
Expand Down

0 comments on commit 452f7b9

Please sign in to comment.