Skip to content

Commit

Permalink
Update dependency org.apache.jena:jena-iri to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 6b68017 commit 450e00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation(group: 'org.apache.jena', name: 'jena-core', version: '2.7.0-incubating'){
exclude group: 'org.slf4j', module:'slf4j-log4j12'
}
implementation(group: 'org.apache.jena', name: 'jena-iri', version: '0.9.0-incubating'){
implementation(group: 'org.apache.jena', name: 'jena-iri', version: '5.0.0'){
exclude group: 'org.slf4j', module:'slf4j-log4j12'
}
implementation group: 'de.fuberlin.wiwiss', name: 'd2rq', version: '0.8.1'
Expand Down

0 comments on commit 450e00b

Please sign in to comment.