Bump slf4j-api from 1.7.33 to 1.7.35

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.33 to 1.7.35.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-26 08:06:39 +00:00 committed by GitHub
parent 74daf2e784
commit 5a3bad9605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ dependencies {
api "com.google.dagger:dagger-android-support:$dagger_version" api "com.google.dagger:dagger-android-support:$dagger_version"
//Logger //Logger
api 'org.slf4j:slf4j-api:1.7.33' api 'org.slf4j:slf4j-api:1.7.35'
api("com.github.tony19:logback-android-classic:1.1.1-6") { api("com.github.tony19:logback-android-classic:1.1.1-6") {
exclude group: "com.google.android", module: "android" exclude group: "com.google.android", module: "android"
} }