From fbc6bd36bd0c574553d52a188a6cc802fa24b9f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Sep 2021 04:03:02 +0200 Subject: [PATCH] Update logback-classic to 1.2.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ecbe8e28f..c35900f16 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ libraryDependencies ++= Seq( "com.h2database" % "h2" % "1.4.199", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.4", "org.postgresql" % "postgresql" % "42.2.23", - "ch.qos.logback" % "logback-classic" % "1.2.5", + "ch.qos.logback" % "logback-classic" % "1.2.6", "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",