Update logback-classic to 1.2.10

This commit is contained in:
Scala Steward
2021-12-23 10:45:46 +00:00
committed by kenji yoshida
parent 5091b4838c
commit 34cde4b09a

View File

@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
"com.h2database" % "h2" % "1.4.199",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.4",
"org.postgresql" % "postgresql" % "42.3.1",
"ch.qos.logback" % "logback-classic" % "1.2.9",
"ch.qos.logback" % "logback-classic" % "1.2.10",
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"),
"com.typesafe" % "config" % "1.4.1",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",