From 0ef2646288cf9eca5d4ba4efa37d052f2fce5872 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 20 Oct 2025 00:25:24 +0000 Subject: [PATCH] Update logback-classic to 1.5.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e52a237..bf59635 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ lazy val examples = (project in file("examples")) libraryDependencies ++= Seq( "com.softwaremill.sttp.client4" %% "core" % "4.0.12", "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV, - "ch.qos.logback" % "logback-classic" % "1.5.19" + "ch.qos.logback" % "logback-classic" % "1.5.20" ) ) .dependsOn(core)