From a886550d3bdc650235869c8f6fc08eed8a05a62b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2024 13:20:37 +0000 Subject: [PATCH] Update logback-classic to 1.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7adefe6..33ee4f5 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val CompileAndTest = "compile->compile;test->test" val parserCombinatorsVersion = "2.4.0" val avsCommonsVersion = "2.20.0" val slf4jVersion = "2.0.16" -val logbackVersion = "1.5.7" // Tests only +val logbackVersion = "1.5.11" // Tests only val commonsLang3Version = "3.17.0" val commonsCodecVersion = "1.17.1" val guavaVersion = "33.3.1-jre"