Skip to content

Commit

Permalink
chore(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.9
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.9.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 8054d12 commit c6a63aa
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 @@ -42,7 +42,7 @@ subprojects {

configurations.all {
resolutionStrategy {
force("org.slf4j:slf4j-api:1.7.36")
force("org.slf4j:slf4j-api:2.0.9")
}
}

Expand Down

0 comments on commit c6a63aa

Please sign in to comment.