From f6102ab74f78545ba76161ef6764283f62dad6bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Sep 2026 15:41:27 +0000 Subject: [PATCH] Update logback-classic to 1.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 635d7f4..acb3705 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val CompileAndTest = "compile->compile;test->test" val parserCombinatorsVersion = "2.5.0" val avsCommonsVersion = "2.29.0" val slf4jVersion = "2.0.19" -val logbackVersion = "1.5.38" // Tests only +val logbackVersion = "1.6.3" // Tests only val commonsLang3Version = "3.20.0" val commonsCodecVersion = "1.22.1" val guavaVersion = "33.7.1-jre"