From 6e33c385ec2fdd496aeafad72b5bb0605718603b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 Nov 2025 17:29:04 +0000 Subject: [PATCH] Update logback-classic to 1.5.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3952e6..92c29a9 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val core = project.in(file("core")) "com.h2database" % "h2" % "2.3.232" % "optional", "com.typesafe" % "config" % "1.4.3", "org.slf4j" % "slf4j-api" % "2.0.17", - "ch.qos.logback" % "logback-classic" % "1.5.18", + "ch.qos.logback" % "logback-classic" % "1.5.21", "com.github.sbt" % "junit-interface" % "0.13.3" % "test" ), testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),