From 39c152b078d904711cea8fae8af3308276b39a0c Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Mon, 7 Aug 2023 13:12:23 -0400 Subject: [PATCH] Update scala-xml and slf4j-log4j12. (#115) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 63d4464..f798bd7 100644 --- a/build.sbt +++ b/build.sbt @@ -35,8 +35,8 @@ libraryDependencies ++= { "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.26", "org.apache.jena" % "apache-jena-libs" % "4.9.0", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "org.scala-lang.modules" %% "scala-xml" % "2.0.1", - "org.slf4j" % "slf4j-log4j12" % "1.7.32" % Test, + "org.scala-lang.modules" %% "scala-xml" % "2.2.0", + "org.slf4j" % "slf4j-log4j12" % "1.7.36" % Test, "org.semanticweb.elk" % "elk-owlapi" % "0.4.3" % Test, "junit" % "junit" % "4.13.2" % Test, "com.github.sbt" % "junit-interface" % "0.13.3" % Test