Skip to content

Commit

Permalink
Merge pull request #553 from GDATASoftwareAG/renovate/java/all-non-major
Browse files Browse the repository at this point in the history
java: Update dependency org.slf4j:slf4j-nop to v2.0.16
  • Loading branch information
lennartdohmann authored Aug 12, 2024
2 parents a10e277 + ad0e17a commit 930b5fd
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 @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation 'org.slf4j:slf4j-nop:2.0.13'
implementation 'org.slf4j:slf4j-nop:2.0.16'
implementation 'de.gdata:vaas:8.2.5'
}

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 @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation 'org.slf4j:slf4j-nop:2.0.13'
implementation 'org.slf4j:slf4j-nop:2.0.16'
implementation 'de.gdata:vaas:8.2.5'
}

Expand Down

0 comments on commit 930b5fd

Please sign in to comment.