diff --git a/build.sbt b/build.sbt index 55df5004c..66e4b3914 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= Seq( "com.h2database" % "h2" % "2.4.240", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.12", "org.postgresql" % "postgresql" % "42.7.8", - "ch.qos.logback" % "logback-classic" % "1.5.19", + "ch.qos.logback" % "logback-classic" % "1.5.20", "com.zaxxer" % "HikariCP" % "7.0.2" exclude ("org.slf4j", "slf4j-api"), "com.typesafe" % "config" % "1.4.5", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",