From 7909ceb7adf384b8f6e97c9d55198e5f761001f1 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 18 Jan 2026 00:27:29 +0000 Subject: [PATCH] Update logback-classic to 1.5.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c79e466..81a6cf1 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val examples = (project in file("examples")) libraryDependencies ++= Seq( "com.softwaremill.sttp.client4" %% "core" % "4.0.14", "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV, - "ch.qos.logback" % "logback-classic" % "1.5.24" + "ch.qos.logback" % "logback-classic" % "1.5.25" ), verifyExamplesCompileUsingScalaCli := VerifyExamplesCompileUsingScalaCli(sLog.value, sourceDirectory.value) )