Skip to content

Commit

Permalink
chore(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.7.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 647e290 commit fa2e2f4
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 @@ -33,7 +33,7 @@ tasks.withType(JavaCompile) {

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

Expand Down

0 comments on commit fa2e2f4

Please sign in to comment.