Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

chore(deps): bump slf4j-api from 1.7.32 to 2.0.2 in /tests #108

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump slf4j-api from 1.7.32 to 2.0.2 in /tests
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.32 to 2.0.2.
- [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] committed Sep 21, 2022
commit 2297f7fb9384a24c59cbe026b8e576bf0c0d1a1e
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.testcontainers', name: 'testcontainers', version: '1.16.0'
testImplementation group: 'io.homecentr', name: 'testcontainers-extensions', version: '1.6.0'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.32'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.2'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.32'
}

Expand Down