From 508819d0584cf56e703e29d37eaff188a5c5e1bd Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 21 Sep 2025 13:16:56 +0000 Subject: [PATCH] Update http4s-netty-client to 0.5.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7cdc5fb..32ca903e 100644 --- a/build.sbt +++ b/build.sbt @@ -240,7 +240,7 @@ lazy val testing = crossProject(JVMPlatform) "org.scalameta" %% "munit" % "1.0.4", "org.typelevel" %% "munit-cats-effect" % "2.0.0", "ch.qos.logback" % "logback-classic" % "1.2.13" % Test, - "org.http4s" %% "http4s-netty-client" % "0.5.22" + "org.http4s" %% "http4s-netty-client" % "0.5.25" ), mimaBinaryIssueFilters := Nil )