From e87d3819cd9e464a83a6816479fddbfdb03fd6f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Nov 2023 22:08:48 +0000 Subject: [PATCH] Update apache-jena-libs to 4.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4c3ddff..a256afc 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ libraryDependencies ++= { "org.http4s" %% "http4s-dsl" % http4sVersion, "org.http4s" %% "http4s-blaze-client" % http4sVersion, "org.http4s" %% "http4s-circe" % http4sVersion, - "org.apache.jena" % "apache-jena-libs" % "4.6.1", + "org.apache.jena" % "apache-jena-libs" % "4.10.0", "org.phenoscape" %% "sparql-utils" % "1.3.1", "org.apache.commons" % "commons-text" % "1.10.0", "commons-codec" % "commons-codec" % "1.15",