From 3a0ed57d3fcb55427336ad8b644c3f55a6a3edcc Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:11:33 +0000 Subject: [PATCH] Update logback-classic to 1.5.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 507934a6..bb9b8c00 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.14", ) )