Skip to content

Commit

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

Bump org.apache.jena:jena-arq from 5.0.0 to 5.1.0 in /daemon
  • Loading branch information
rybesh authored Jul 18, 2024
2 parents 4201ad8 + b865488 commit dc6a31d
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:5.0.0'
implementation 'org.apache.jena:jena-arq:5.0.0'
implementation 'org.apache.jena:jena-arq:5.1.0'
implementation 'org.slf4j:slf4j-simple:2.0.13'
}

Expand Down

0 comments on commit dc6a31d

Please sign in to comment.