From c2e46e47f64a1691d78a3e8f3d5f27025ff8c487 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 19:46:57 +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 ecb40b13..e86d7e69 100644 --- a/build.sbt +++ b/build.sbt @@ -86,7 +86,7 @@ val buildSettings = Seq( "com.h2database" % "h2" % "2.3.232" % "test", "org.testcontainers" % "mariadb" % testContainersVersion % "test", "io.findify" %% "s3mock" % "0.2.6" % "test", - "ch.qos.logback" % "logback-classic" % "1.5.24", + "ch.qos.logback" % "logback-classic" % "1.5.25", "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.7", "com.mysql" % "mysql-connector-j" % "9.5.0", // Libreoffice document API