Skip to content

Commit

Permalink
Bump jsonld dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Nov 6, 2023
1 parent f2adbff commit f6f195f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f6f195f

Please sign in to comment.