Skip to content

Commit

Permalink
Merge pull request #174 from Interactions-HSG/dependabot/gradle/org.e…
Browse files Browse the repository at this point in the history
…clipse.rdf4j-rdf4j-model-5.0.2

Bump org.eclipse.rdf4j:rdf4j-model from 5.0.1 to 5.0.2
  • Loading branch information
danaivach authored Aug 29, 2024
2 parents a7f441c + feb1807 commit 60401fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

implementation group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-turtle', version: '5.0.1'
implementation group: 'org.eclipse.rdf4j', name: 'rdf4j-rio-jsonld', version: '5.0.1'
implementation group: 'org.eclipse.rdf4j', name: 'rdf4j-model', version: '5.0.1'
implementation group: 'org.eclipse.rdf4j', name: 'rdf4j-model', version: '5.0.2'

// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 60401fd

Please sign in to comment.