Skip to content

Commit

Permalink
Update apache-jena-libs to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 30, 2024
1 parent 797bfd5 commit 1707b1d
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 @@ -47,7 +47,7 @@ lazy val core = project
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"org.geneontology" %% "whelk-owlapi" % "1.1.3",
"org.apache.jena" % "apache-jena-libs" % "4.10.0" exclude("org.slf4j", "slf4j-log4j12"),
"org.apache.jena" % "apache-jena-libs" % "5.1.0" exclude("org.slf4j", "slf4j-log4j12"),
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
Expand Down

0 comments on commit 1707b1d

Please sign in to comment.