From f6f195fba833d310e708b629563a3ac3ca7eb62e Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Mon, 6 Nov 2023 10:52:19 +0100 Subject: [PATCH] Bump jsonld dependency --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c49185f1..d3b064f0 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies ++= Seq( // otherwise javaWs won't work exclude ("io.netty", "netty"), "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.1", - "com.github.jsonld-java" % "jsonld-java" % "0.13.4", + "com.github.jsonld-java" % "jsonld-java" % "0.13.6", "org.apache.jena" % "jena-arq" % "3.17.0", "org.metafacture" % "metamorph" % "5.7.0-rc1" exclude("org.slf4j", "slf4j-simple"), "org.metafacture" % "metafacture-elasticsearch" % "5.7.0-rc1",