From 116ba372fd922089947921f1d17c638c6931a7f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Aug 2026 18:34:28 +0000 Subject: [PATCH] Update jena-arq, jena-core to 6.2.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f9a9f61..699d2b1 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.2.0", + "org.apache.jena" % "jena-core" % "6.2.0", "com.github.tototoshi" %% "scala-csv" % "2.0.0", "dev.zio" %% "zio-logging" % zioLoggingVersion, "dev.zio" %% "zio-logging-slf4j2-bridge" % zioLoggingVersion,