From 5bb8046c32d30d4623494ceaaa0bd951498e591e Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 14 Dec 2021 13:01:50 +0000 Subject: [PATCH] Update logback-classic to 1.2.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1e74d955f..26c7daca6 100644 --- a/build.sbt +++ b/build.sbt @@ -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.7", + "ch.qos.logback" % "logback-classic" % "1.2.8", "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",