From 9d26d2eb9022f2458bf3e87d042b2f97918a5848 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 16:12:39 +0000 Subject: [PATCH] Update logback-classic to 1.5.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3952e6..b0a3b03 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.19", "com.github.sbt" % "junit-interface" % "0.13.3" % "test" ), testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),