chore(deps): bump slf4j-api from 1.7.36 to 2.0.0
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0) --- 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>
This commit is contained in:
parent
d87ab2d8a5
commit
813a1f2aa7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ dependencies {
|
|||
api "com.google.dagger:dagger-android-support:$dagger_version"
|
||||
|
||||
//Logger
|
||||
api 'org.slf4j:slf4j-api:1.7.36'
|
||||
api 'org.slf4j:slf4j-api:2.0.0'
|
||||
api("com.github.tony19:logback-android-classic:1.1.1-6") {
|
||||
exclude group: "com.google.android", module: "android"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue