From a27c8d6d54c06c99517d678165886c30cbf44f19 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 23 May 2026 15:27:07 +0000 Subject: [PATCH] Update jena-arq, jena-core to 6.1.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f9a9f61..b7a16fc 100644 --- a/build.sbt +++ b/build.sbt @@ -49,8 +49,8 @@ libraryDependencies ++= { "io.circe" %% "circe-yaml" % circeYamlVersion, "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, - "org.apache.jena" % "jena-arq" % "4.10.0", - "org.apache.jena" % "jena-core" % "4.10.0", + "org.apache.jena" % "jena-arq" % "6.1.0", + "org.apache.jena" % "jena-core" % "6.1.0", "com.github.tototoshi" %% "scala-csv" % "2.0.0", "dev.zio" %% "zio-logging" % zioLoggingVersion, "dev.zio" %% "zio-logging-slf4j2-bridge" % zioLoggingVersion,