From f5a7382c3e5d7608986d28a47c174a56a669122c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 5 Dec 2024 00:33:21 +0000 Subject: [PATCH] Update http4s-client, http4s-ember-client to 0.23.30 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6593fd984..9777d4437 100644 --- a/build.sbt +++ b/build.sbt @@ -161,7 +161,7 @@ val braveOpentracingVersion = "1.0.1" val zipkinSenderOkHttpVersion = "3.4.2" val resilience4jVersion = "2.2.0" val http4s_ce2_version = "0.22.15" -val http4s_ce3_version = "0.23.29" +val http4s_ce3_version = "0.23.30" val tethysVersion = "0.29.3" @@ -708,7 +708,7 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend")) name := "http4s-backend", libraryDependencies ++= Seq( "org.http4s" %% "http4s-client" % http4s_ce3_version, - "org.http4s" %% "http4s-ember-client" % "0.23.29" % Optional, + "org.http4s" %% "http4s-ember-client" % "0.23.30" % Optional, "org.http4s" %% "http4s-blaze-client" % "0.23.17" % Optional ), evictionErrorLevel := Level.Info