From 9a91c2c17f838c6425b9670cdbc0f6e6425381da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Dec 2023 19:05:09 +0000 Subject: [PATCH] Update logback-classic to 1.2.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5affa7e..ee4803f 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ libraryDependencies ++= { "commons-io" % "commons-io" % "2.11.0", "org.apache.jena" % "apache-jena-libs" % "4.6.1" exclude("org.slf4j", "slf4j-log4j12"), "org.obolibrary.robot" % "robot-core" % "1.8.4" exclude("org.slf4j", "slf4j-log4j12"), - "ch.qos.logback" % "logback-classic" % "1.2.10", + "ch.qos.logback" % "logback-classic" % "1.2.13", "com.lihaoyi" %% "utest" % "0.8.1" % Test ) }