From c358467ce65d8f9811ed4c6e30bf0222682a904e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Aug 2026 14:05:04 +0000 Subject: [PATCH] Update logback-classic to 1.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9cb45c3..534ddd8 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.29.0" val slf4jVersion = "2.0.18" -val logbackVersion = "1.5.38" // Tests only +val logbackVersion = "1.6.2" // Tests only val commonsLang3Version = "3.20.0" val commonsCodecVersion = "1.22.1" val guavaVersion = "33.6.0-jre"