From d905e5f6749f319031cca4e8ccda5a148d9fa225 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Jan 2026 18:43:11 +0000 Subject: [PATCH] Update logback-classic to 1.5.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fc38063..c13c7f4 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val core = project "com.typesafe.akka" %% "akka-slf4j" % Akka, "com.typesafe.akka" %% "akka-http" % AkkaHttp, "com.madgag.scala-git" %% "scala-git" % "4.2", - "ch.qos.logback" % "logback-classic" % "1.5.12", + "ch.qos.logback" % "logback-classic" % "1.5.26", "org.mdedetrich" %% "akka-stream-circe" % "0.9.0", "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4", "io.circe" %% "circe-generic" % "0.14.10",