From 652ec3e029dab7ee87cfd1b42c1c2add16bf1c16 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:37:25 +0000 Subject: [PATCH] Update logback-classic to 1.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8549e3de4..95fa21521 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ libraryDependencies ++= Seq( "com.h2database" % "h2" % "1.4.199", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.6", "org.postgresql" % "postgresql" % "42.7.1", - "ch.qos.logback" % "logback-classic" % "1.4.14", + "ch.qos.logback" % "logback-classic" % "1.5.0", "com.zaxxer" % "HikariCP" % "5.1.0" exclude ("org.slf4j", "slf4j-api"), "com.typesafe" % "config" % "1.4.3", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",