From cbbf6907f3b662ce5a454c180e29e1cfd21921e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 May 2026 14:27:18 +0000 Subject: [PATCH] Update jaxb-core to 4.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3bbed7c..c98be8a 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ libraryDependencies ++= { "com.outr" %% "scribe-slf4j" % "3.11.9", "org.apache.jena" % "apache-jena-libs" % "3.17.0" pomOnly(), // These are required for certain blazegraph parsers on Java 11 - "com.sun.xml.bind" % "jaxb-core" % "2.3.0.1", + "com.sun.xml.bind" % "jaxb-core" % "4.0.9", "javax.xml.bind" % "jaxb-api" % "2.3.1", "com.sun.xml.bind" % "jaxb-impl" % "2.3.8" )