From 4795d51d5b8152045792bba288a770d57a792bf2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Apr 2023 15:39:25 +0000 Subject: [PATCH] Update apache-jena-libs to 4.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3ba60f1..b07e90d 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ libraryDependencies ++= { exclude("org.geneontology", "whelk-owlapi_2.12") exclude("org.geneontology", "owl-diff_2.12"), "com.github.pathikrit" %% "better-files" % "3.9.1", - "org.apache.jena" % "apache-jena-libs" % "4.5.0" exclude("org.slf4j", "slf4j-log4j12"), + "org.apache.jena" % "apache-jena-libs" % "4.8.0" exclude("org.slf4j", "slf4j-log4j12"), "com.github.tototoshi" %% "scala-csv" % "1.3.10", "commons-codec" % "commons-codec" % "1.15", "dev.zio" %% "zio-logging" % "0.5.14",