From 502c0fd1764a84b9c2347596b9c6b9e47a91cd87 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:16:25 +0000 Subject: [PATCH] Update logback-classic to 1.5.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 507934a6..439a07a1 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.10", ) )