From c23e52868d603a9a042ce6d53fd8339a0c50eff1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Jul 2025 20:57:30 +0000 Subject: [PATCH] Update jena-arq, jena-core to 5.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ac5c22..6fb2244 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / scalaVersion := scalaV resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots" -lazy val jenaV = "5.3.0" +lazy val jenaV = "5.5.0" lazy val jellyV = "3.4.0" lazy val graalvmV = "24.2.2"