Skip to content

Commit

Permalink
Update apache-jena-libs to 4.5.0 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 10, 2022
1 parent 1be9860 commit 95f0f83
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 @@ -52,7 +52,7 @@ libraryDependencies ++= {
exclude("org.geneontology", "whelk-owlapi_2.12")
exclude("org.geneontology", "owl-diff_2.12"),
"com.github.pathikrit" %% "better-files" % "3.9.1",
"org.apache.jena" % "apache-jena-libs" % "4.4.0" exclude("org.slf4j", "slf4j-log4j12"),
"org.apache.jena" % "apache-jena-libs" % "4.5.0" exclude("org.slf4j", "slf4j-log4j12"),
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"commons-codec" % "commons-codec" % "1.15",
"dev.zio" %% "zio-logging" % "0.5.14",
Expand Down

0 comments on commit 95f0f83

Please sign in to comment.