From fd1c85afb22854a9349ee1112d7fdff9f93339f9 Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:40:52 +0900 Subject: [PATCH] Update logback-classic to 1.4.14 (#3440) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index da3e5ddc7..c50cb22eb 100644 --- a/build.sbt +++ b/build.sbt @@ -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",