Skip to content

Commit

Permalink
java: Update dependency de.gdata:vaas to v8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Aug 12, 2024
1 parent 930b5fd commit 4d830e7
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.2.5'
implementation 'de.gdata:vaas:8.2.6'
}

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.2.5'
implementation 'de.gdata:vaas:8.2.6'
}

task fileScan(type: JavaExec) {
Expand Down

0 comments on commit 4d830e7

Please sign in to comment.