Skip to content

Commit

Permalink
Update async-http-client to 2.12.4 (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw authored Dec 30, 2024
1 parent 8d0600b commit 62fa220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ lazy val asyncHttpClientBackend = (projectMatrix in file("async-http-client-back
.settings(
name := "async-http-client-backend",
libraryDependencies ++= Seq(
"org.asynchttpclient" % "async-http-client" % "2.12.3"
"org.asynchttpclient" % "async-http-client" % "2.12.4"
)
)
.dependsOn(core % compileAndTest)
Expand Down

0 comments on commit 62fa220

Please sign in to comment.