Skip to content

Commit

Permalink
Merge pull request #650 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.7
  • Loading branch information
doxthree authored Nov 11, 2024
2 parents bb92369 + 203dfa1 commit a4a3fad
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.6'
implementation 'de.gdata:vaas:8.3.7'
}

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

task fileScan(type: JavaExec) {
Expand Down

0 comments on commit a4a3fad

Please sign in to comment.