Skip to content

Commit

Permalink
Update apache-jena-libs to 4.4.0 (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Balhoff <[email protected]>
  • Loading branch information
scala-steward and balhoff authored Feb 15, 2022
1 parent d23461d commit ce81e7e
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 @@ -44,7 +44,7 @@ libraryDependencies ++= {
"org.geneontology" %% "whelk-owlapi" % "1.1.1",
"org.phenoscape" %% "owlet" % "1.9" exclude("org.slf4j", "slf4j-log4j12"),
"commons-io" % "commons-io" % "2.11.0",
"org.apache.jena" % "apache-jena-libs" % "4.1.0" exclude("org.slf4j", "slf4j-log4j12"),
"org.apache.jena" % "apache-jena-libs" % "4.4.0" exclude("org.slf4j", "slf4j-log4j12"),
"org.obolibrary.robot" % "robot-core" % "1.8.3" exclude("org.slf4j", "slf4j-log4j12"),
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.lihaoyi" %% "utest" % "0.7.11" % Test
Expand Down

0 comments on commit ce81e7e

Please sign in to comment.