Skip to content

Commit 9376e73

Browse files
committed
Update apache-jena-libs to 5.6.0
1 parent c1f5606 commit 9376e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lazy val core = project
4747
"dev.zio" %% "zio" % zioVersion,
4848
"dev.zio" %% "zio-streams" % zioVersion,
4949
"org.geneontology" %% "whelk-owlapi" % "1.2.1",
50-
"org.apache.jena" % "apache-jena-libs" % "4.10.0" exclude("org.slf4j", "slf4j-log4j12"),
50+
"org.apache.jena" % "apache-jena-libs" % "5.6.0" exclude("org.slf4j", "slf4j-log4j12"),
5151
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.6",
5252
"dev.zio" %% "zio-test" % zioVersion % Test,
5353
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,

0 commit comments

Comments
 (0)