Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and igorescodro committed Jan 23, 2025
1 parent e6d1cad commit 8e66deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ android {
resources.excludes.apply {
add("META-INF/AL2.0")
add("META-INF/LGPL2.1")
add("META-INF/INDEX.LIST")
add("META-INF/versions/9/previous-compilation-data.bin")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencyanalysis = "2.7.0"

# General dependencies
logging = "3.0.5"
logback = "1.2.11"
logback = "1.5.16"
logcat = "0.1"
stately = "2.1.0"

Expand Down

0 comments on commit 8e66deb

Please sign in to comment.