From b230ffb4132beb771f3c67ac28c4021f118ec8a3 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:17:43 +0000 Subject: [PATCH] Update logback-classic to 1.3.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08dbc4cb2..e966bc8ec 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.11", + "ch.qos.logback" % "logback-classic" % "1.3.14", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" ), // Drop and replace commons-logging with slf4j