From 50547e3a1881190277d52f5fc4c3a60c5053d8ac Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 May 2026 14:25:06 +0000 Subject: [PATCH] Update logback-classic to 1.5.33 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1db3f3f..17a3389 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.28.0" val slf4jVersion = "2.0.18" -val logbackVersion = "1.5.32" // Tests only +val logbackVersion = "1.5.33" // Tests only val commonsLang3Version = "3.20.0" val commonsCodecVersion = "1.22.0" val guavaVersion = "33.6.0-jre"