From 116b9c5b5a6181625cb01346614d822d4288f6bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 May 2024 17:36:02 +0000 Subject: [PATCH] Update owlapi-distribution to 4.5.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ec16b9..b346f9b 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ libraryDependencies ++= { "ch.megard" %% "akka-http-cors" % "1.1.3", "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.3", "io.spray" %% "spray-json" % "1.3.6", - "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.22" exclude ("log4j", "log4j"), + "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.29" exclude ("log4j", "log4j"), "org.phenoscape" %% "owlet" % "1.8.1" exclude ("org.slf4j", "slf4j-log4j12") exclude ("log4j", "log4j"), "org.phenoscape" %% "scowl" % "1.4.1" exclude ("log4j", "log4j"), "org.phenoscape" %% "kb-owl-tools" % "1.13.0" exclude ("org.slf4j", "slf4j-log4j12") exclude ("log4j", "log4j"),