From 7227ec5124a1097a60ed0b51c8c528bfe51f1b3a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 13:16:29 +0000 Subject: [PATCH] bump: logback-classic 1.5.0 (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 7fcdc2ab..aefb4121 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -45,7 +45,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.5.0" % 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"