Update logback-classic to 1.5.26

This commit is contained in:
gitbucket-bot[bot]
2026-01-26 22:21:06 +00:00
committed by kenji yoshida
parent 858de58cd0
commit 2b3b26d542

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.9",
"ch.qos.logback" % "logback-classic" % "1.5.25",
"ch.qos.logback" % "logback-classic" % "1.5.26",
"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",