From 68116bb901c2d4ab6ec4b4ad12625286036a87cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 12:37:21 +0000 Subject: [PATCH] bump: logback-classic 1.4.14 (was 1.2.13) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d2fe60cd..2ebbafc8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -41,7 +41,7 @@ object Dependencies { val postgresql = "org.postgresql" % "postgresql" % "42.7.1" % Test // BSD-2-Clause - val logback = "ch.qos.logback" % "logback-classic" % "1.2.13" % Test // EPL 1.0 / LGPL 2.1 + val logback = "ch.qos.logback" % "logback-classic" % "1.4.14" % Test // EPL 1.0 / LGPL 2.1 val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12" % Test // ApacheV2 val junit = "junit" % "junit" % "4.12" % Test // Eclipse Public License 1.0 val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test // "BSD 2-Clause"