We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35ab8f commit b2ecb61Copy full SHA for b2ecb61
project/Dependencies.scala
@@ -66,7 +66,7 @@ object Dependencies {
66
private val hsqldbV = "2.6.1"
67
private val http4sV = "0.21.31" // this release is EOL. We need to upgrade further for cats3. https://http4s.org/versions/
68
private val jacksonV = "2.14.0"
69
- private val jakartaActivationV = "1.2.1"
+ private val jakartaActivationV = "1.2.2"
70
private val jakartaAnnotationV = "1.3.5"
71
private val jakartaInjectV = "2.6.1"
72
private val jakartaXmlBindApiV = "2.3.2"
@@ -772,7 +772,7 @@ object Dependencies {
772
)
773
774
private val asyncHttpClientOverrides = List(
775
- "org.asynchttpclient" % "async-http-client" % "2.10.5",
+ "org.asynchttpclient" % "async-http-client" % "2.12.4",
776
777
778
0 commit comments