Skip to content

Commit

Permalink
Merge branch 'prod' into update/jena-core-5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp authored Oct 30, 2024
2 parents 9369b79 + 3b45650 commit b6b446a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ val buildSettings = Seq(
dependencyOverrides ++= Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
"xerces" % "xercesImpl" % "2.12.2",
"org.apache.commons" % "commons-compress" % "1.26.2",
"org.apache.commons" % "commons-compress" % "1.27.1",
"io.netty" % "netty-handler" % "4.1.114.Final",
"org.apache.jena" % "jena-core" % "5.2.0",
"com.google.protobuf" % "protobuf-java" % "3.21.12",
"com.google.protobuf" % "protobuf-java" % "3.25.5",
"com.google.guava" % "guava" % "33.0.0-jre"
)
)
Expand Down

0 comments on commit b6b446a

Please sign in to comment.