From 6bda5242e5d3743827eb88af4b98f11d3aa21f02 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Sep 2022 19:52:44 +0200 Subject: [PATCH] Update logback-classic to 1.4.0 (#589) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 74dea1f..5ec16b9 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ libraryDependencies ++= { "org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude ("org.slf4j", "slf4j-log4j12"), "org.scalaz" %% "scalaz-core" % "7.2.33", "org.bbop" % "oboformat" % "0.5.5" exclude ("net.sourceforge.owlapi", "owlapi-apibinding") exclude ("log4j", "log4j"), - "ch.qos.logback" % "logback-classic" % "1.2.11", + "ch.qos.logback" % "logback-classic" % "1.4.0", "org.codehaus.groovy" % "groovy-all" % "3.0.8", "org.phenoscape" %% "sparql-utils" % "1.3.1" exclude ("log4j", "log4j"), "org.phenoscape" %% "sparql-utils-owlapi" % "1.3.1" exclude ("log4j", "log4j"),