Skip to content

Commit

Permalink
Update apache-jena-libs to 4.10.0 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 29, 2023
1 parent ff00aca commit 6d5cba8
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 @@ -46,7 +46,7 @@ lazy val core = project
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"org.geneontology" %% "whelk-owlapi" % "1.1.2",
"org.apache.jena" % "apache-jena-libs" % "4.8.0" exclude("org.slf4j", "slf4j-log4j12"),
"org.apache.jena" % "apache-jena-libs" % "4.10.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 6d5cba8

Please sign in to comment.