From 95f0f83bc17dbc686dac96d5e4cfcb9f8f0d388c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 10 May 2022 18:22:05 +0200 Subject: [PATCH] Update apache-jena-libs to 4.5.0 (#411) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fed656f..14d1d6b 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.4.0" exclude("org.slf4j", "slf4j-log4j12"), + "org.apache.jena" % "apache-jena-libs" % "4.5.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",