From 3acabb245f323389302dca2ae972118b69a662e6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Dec 2024 18:59:31 +0000 Subject: [PATCH] Update async-http-client to 2.12.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 436759d..16dc1b4 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ val nettyVersion = "4.1.90.Final" ThisBuild / libraryDependencies ++= Seq( - "org.asynchttpclient" % "async-http-client" % "2.12.3", + "org.asynchttpclient" % "async-http-client" % "2.12.4", "org.typelevel" %% "cats-effect" % "3.4.8", "io.netty" % "netty-codec" % nettyVersion, "io.netty" % "netty-codec-http" % nettyVersion,