From d18fdb6399ef1c0f6583a77773ec7b889b9793ad Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 29 Apr 2023 12:04:02 +0900 Subject: [PATCH] Update logback-classic to 1.4.7 (#3273) Co-authored-by: Naoki Takezoe --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0633524e1..e19aeecc2 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.6.0", - "ch.qos.logback" % "logback-classic" % "1.3.7", + "ch.qos.logback" % "logback-classic" % "1.4.7", "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",