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",