From 9fed369a26f7e3146031bf7c7e6a7383360389e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Oct 2025 17:07:59 +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 f3952e6..da69dd2 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.20", "com.github.sbt" % "junit-interface" % "0.13.3" % "test" ), testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),