Skip to content

Commit

Permalink
Merge pull request #1561 from phac-nml/update-jena-tdb-text
Browse files Browse the repository at this point in the history
Update: jena-tdb and jena-text to 4.10.0
  • Loading branch information
ericenns authored Dec 17, 2024
2 parents 221bbd0 + d8c4164 commit 955eb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ dependencies {
exclude(group = "commons-logging", module = "commons-logging")
}
implementation("commons-net:commons-net:3.11.1")
implementation("org.apache.jena:jena-tdb:4.6.1") {
implementation("org.apache.jena:jena-tdb:4.10.0") {
exclude(group = "xml-apis")
exclude(group = "org.slf4j")
}
implementation("org.apache.jena:jena-text:4.6.1") {
implementation("org.apache.jena:jena-text:4.10.0") {
exclude(group = "xml-apis")
exclude(group = "org.slf4j")
exclude(group = "log4j")
Expand Down

0 comments on commit 955eb44

Please sign in to comment.