Skip to content

Commit

Permalink
Merge pull request #10 from periodo/dependabot/gradle/daemon/org.apac…
Browse files Browse the repository at this point in the history
…he.jena-jena-arq-5.0.0

Bump org.apache.jena:jena-arq from 4.10.0 to 5.0.0 in /daemon
  • Loading branch information
rybesh authored Mar 21, 2024
2 parents 27b5793 + 4536162 commit 4da58e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {

dependencies {
implementation 'org.apache.jena:jena-core:4.10.0'
implementation 'org.apache.jena:jena-arq:4.10.0'
implementation 'org.apache.jena:jena-arq:5.0.0'
implementation 'org.slf4j:slf4j-simple:2.0.12'
}

Expand Down

0 comments on commit 4da58e5

Please sign in to comment.