From f8c978d95d625a05087b50a9072a65e46397bc6d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 16:40:48 +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 953faf7..cacaf13 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val CompileAndTest = "compile->compile;test->test" val parserCombinatorsVersion = "2.4.0" val avsCommonsVersion = "2.26.0" val slf4jVersion = "2.0.17" -val logbackVersion = "1.5.23" // Tests only +val logbackVersion = "1.5.25" // Tests only val commonsLang3Version = "3.20.0" val commonsCodecVersion = "1.20.0" val guavaVersion = "33.5.0-jre"