Skip to content

Commit

Permalink
build(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.11
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.11.

---
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 Jan 26, 2024
1 parent 0203811 commit 2b9c430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-rx2:$coroutinesVersion")
implementation("com.google.android.material:material:1.8.0")
implementation("org.slf4j:slf4j-api:1.7.36")
implementation("org.slf4j:slf4j-api:2.0.11")
implementation("com.github.tony19:logback-android:2.0.1")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.datastore:datastore:1.0.0")
Expand Down

0 comments on commit 2b9c430

Please sign in to comment.