From 61e8be41ee3d795594c338e5da09567527763c61 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:20:59 +0000 Subject: [PATCH] Update logback-classic to 1.5.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d460f13a8..eca8709f2 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ inThisBuild( lazy val loggingSettings = Seq( libraryDependencies ++= Seq( - "ch.qos.logback" % "logback-classic" % "1.3.14", + "ch.qos.logback" % "logback-classic" % "1.5.8", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" ), // Drop and replace commons-logging with slf4j