From 63e3872f5ff41e5fcd73c0d5ff10e04e1af9ede3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 15 Nov 2023 00:24:23 +0000 Subject: [PATCH] Update http4s-client, http4s-ember-client to 0.23.24 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9a0a190306..1c0cc986c9 100644 --- a/build.sbt +++ b/build.sbt @@ -166,7 +166,7 @@ val braveOpentracingVersion = "1.0.0" val zipkinSenderOkHttpVersion = "2.16.4" val resilience4jVersion = "2.1.0" val http4s_ce2_version = "0.22.15" -val http4s_ce3_version = "0.23.23" +val http4s_ce3_version = "0.23.24" val openTelemetryVersion = "1.32.0" @@ -682,7 +682,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.23" % Optional, + "org.http4s" %% "http4s-ember-client" % "0.23.24" % Optional, "org.http4s" %% "http4s-blaze-client" % "0.23.15" % Optional ), evictionErrorLevel := Level.Info