From d5c083b70f7f3748d080166252e9a3dcaf579648 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 18 Dec 2022 19:39:06 +0900 Subject: [PATCH] Upgrade logback-classic to 1.3.5 (#3218) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c588f4c39..7306f1f7b 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= Seq( "com.h2database" % "h2" % "1.4.199", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.6", "org.postgresql" % "postgresql" % "42.5.1", - "ch.qos.logback" % "logback-classic" % "1.2.11", + "ch.qos.logback" % "logback-classic" % "1.3.5", "com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"), "com.typesafe" % "config" % "1.4.2", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",