From 51996699036fa85fec3fd2f50d82cf28a689bb11 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:14:18 +0000 Subject: [PATCH] Update async-http-client to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 30fb58b..e62971d 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,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" % "2.12.4", + "org.asynchttpclient" % "async-http-client" % "3.0.4", "com.google.code.gson" % "gson" % "2.13.2", "org.slf4j" % "slf4j-api" % "2.0.17", "org.junit.jupiter" % "junit-jupiter" % "5.14.1" % Test,