From dbf5b9810ef49976f757bf95e105eecd1cd63229 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 16:13:32 +0000 Subject: [PATCH] Update apache-jena-libs to 6.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3bbed7c..e124515 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ libraryDependencies ++= { "org.geneontology" %% "arachne" % "1.3", "org.geneontology" %% "whelk-owlapi" % "1.1.2", "com.outr" %% "scribe-slf4j" % "3.11.9", - "org.apache.jena" % "apache-jena-libs" % "3.17.0" pomOnly(), + "org.apache.jena" % "apache-jena-libs" % "6.1.0" pomOnly(), // These are required for certain blazegraph parsers on Java 11 "com.sun.xml.bind" % "jaxb-core" % "2.3.0.1", "javax.xml.bind" % "jaxb-api" % "2.3.1",