Update logback-classic to 1.4.14 (#3440)

This commit is contained in:
scala-steward-bot
2023-12-03 21:40:52 +09:00
committed by GitHub
parent c08bb6e89f
commit fd1c85afb2

View File

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