Skip to content

Commit

Permalink
Merge pull request #594 from GDATASoftwareAG/renovate/java/all-non-major
Browse files Browse the repository at this point in the history
java: Update dependency de.gdata:vaas to v8.3.1
  • Loading branch information
lennartdohmann authored Sep 9, 2024
2 parents f6a1988 + 2a13325 commit 8fb7243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/examples/VaasExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

dependencies {
implementation 'org.slf4j:slf4j-nop:2.0.16'
implementation 'de.gdata:vaas:8.3.0'
implementation 'de.gdata:vaas:8.3.1'
}

task fileScan(type: JavaExec) {
Expand Down
2 changes: 1 addition & 1 deletion java/examples/VaasExample/build.local.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
implementation 'org.slf4j:slf4j-nop:2.0.16'
implementation 'de.gdata:vaas:8.3.0'
implementation 'de.gdata:vaas:8.3.1'
}

task fileScan(type: JavaExec) {
Expand Down

0 comments on commit 8fb7243

Please sign in to comment.