From 422151c2b1dc0ba77e32bca53f4b84ddf15a0e5d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Dec 2023 15:15:50 +0000 Subject: [PATCH] Update logback-classic to 1.4.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d6ab5c9..4fd0a8e 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ inThisBuild( "io.circe" %% "circe-core" % "0.14.5", "io.circe" %% "circe-generic" % "0.14.5", "io.circe" %% "circe-parser" % "0.14.5", - "ch.qos.logback" % "logback-classic" % "1.4.11", + "ch.qos.logback" % "logback-classic" % "1.4.14", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", "org.specs2" %% "specs2-core" % "4.20.2" % Test, "com.clever-cloud" %% "testcontainers-scala-warp10" % "2.0.2" % Test