Skip to content

Commit b2ecb61

Browse files
authored
[AN-339] Upgrade AsyncHttpClient to 2.12.4 (#7693)
1 parent f35ab8f commit b2ecb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ object Dependencies {
6666
private val hsqldbV = "2.6.1"
6767
private val http4sV = "0.21.31" // this release is EOL. We need to upgrade further for cats3. https://http4s.org/versions/
6868
private val jacksonV = "2.14.0"
69-
private val jakartaActivationV = "1.2.1"
69+
private val jakartaActivationV = "1.2.2"
7070
private val jakartaAnnotationV = "1.3.5"
7171
private val jakartaInjectV = "2.6.1"
7272
private val jakartaXmlBindApiV = "2.3.2"
@@ -772,7 +772,7 @@ object Dependencies {
772772
)
773773

774774
private val asyncHttpClientOverrides = List(
775-
"org.asynchttpclient" % "async-http-client" % "2.10.5",
775+
"org.asynchttpclient" % "async-http-client" % "2.12.4",
776776
)
777777

778778

0 commit comments

Comments
 (0)