Update logback-classic to 1.5.11

This commit is contained in:
Scala Steward
2024-10-15 10:44:37 +00:00
committed by kenji yoshida
parent 757da408d1
commit 2d199e22e7

View File

@@ -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.10",
"ch.qos.logback" % "logback-classic" % "1.5.11",
"com.zaxxer" % "HikariCP" % "6.0.0" exclude ("org.slf4j", "slf4j-api"),
"com.typesafe" % "config" % "1.4.3",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",