Skip to content

Commit

Permalink
Update Jena to 5.3.0 (#262)
Browse files Browse the repository at this point in the history
Jena 5.3.0 has faster parsing thanks to some slimming-down in datatype handling.

This should also fix the flaky tests that were caused by a race condition in Jena initialization.
  • Loading branch information
Ostrzyciel authored Jan 22, 2025
1 parent 7dbaf05 commit c016e7d
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 @@ -23,7 +23,7 @@ sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

lazy val pekkoV = "1.1.3"
lazy val pekkoGrpcV = "1.1.1"
lazy val jenaV = "5.2.0"
lazy val jenaV = "5.3.0"
lazy val rdf4jV = "5.1.0"
// !! When updating ScalaPB also change the version of the plugin in plugins.sbt
lazy val scalapbV = "0.11.17"
Expand Down

0 comments on commit c016e7d

Please sign in to comment.