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.36 to 2.0.5 #100

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.36 to 2.0.5
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.5.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.5)

---
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 Nov 28, 2022
commit 380d970d38650ccc70f64a8712c325f775858ae5
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version :'3.4.6'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.5'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
}

Expand Down