From ccf5e75eb8c4f684f7896d755ccf43020901f4fa Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:09:08 +0000 Subject: [PATCH] Update async-http-client to 3.0.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef532ce..2acb7e2 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val `rsocket-consul-java` = (project in file(".")) "io.rsocket" % "rsocket-core" % rsocketVersion, "io.rsocket" % "rsocket-load-balancer" % rsocketVersion, "io.rsocket" % "rsocket-transport-netty" % rsocketVersion, - "org.asynchttpclient" % "async-http-client" % "3.0.11", + "org.asynchttpclient" % "async-http-client" % "3.0.12", "com.google.code.gson" % "gson" % "2.14.0", "org.slf4j" % "slf4j-api" % "2.0.18", "org.junit.jupiter" % "junit-jupiter" % "6.1.1" % Test,