Update logback-classic to 1.5.31

This commit is contained in:
gitbucket-bot[bot]
2026-02-15 17:29:12 +00:00
committed by kenji yoshida
parent 366074ec55
commit 312927efda

View File

@@ -48,7 +48,7 @@ libraryDependencies ++= Seq(
"com.h2database" % "h2" % "2.4.240",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.13",
"org.postgresql" % "postgresql" % "42.7.10",
"ch.qos.logback" % "logback-classic" % "1.5.30",
"ch.qos.logback" % "logback-classic" % "1.5.31",
"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",