From 543bc6e0095a0087cd0ff86519ee53cad223a0bd Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:23:32 +0000 Subject: [PATCH] Update logback-classic to 1.5.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 507934a6..f3d7fc72 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val testServer = project "org.typelevel" %% "cats-effect" % catsEffectVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, "org.http4s" %% "http4s-ember-server" % http4sVersion, - "ch.qos.logback" % "logback-classic" % "1.5.6", + "ch.qos.logback" % "logback-classic" % "1.5.19", ) )