From d2fc7a06422442e6fc0e3e9f9beb61188bfaccab Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:44:16 +0000 Subject: [PATCH] Update logback-classic to 1.5.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 039533c69..d8c47f750 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= Seq( "com.h2database" % "h2" % "1.4.199", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.12", "org.postgresql" % "postgresql" % "42.7.4", - "ch.qos.logback" % "logback-classic" % "1.5.13", + "ch.qos.logback" % "logback-classic" % "1.5.14", "com.zaxxer" % "HikariCP" % "6.2.1" exclude ("org.slf4j", "slf4j-api"), "com.typesafe" % "config" % "1.4.3", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",