fix(deps): update dependency ch.qos.logback:logback-classic to v1.2.13 (main) (#10521)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-12 09:54:48 +02:00 committed by GitHub
parent 887eb9d785
commit 8a47f32efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ dependencies {
configurations.runtimeClasspath {
resolutionStrategy {
// requires old logback (and therefore also old slf4j)
force("ch.qos.logback:logback-classic:1.2.11")
force("ch.qos.logback:logback-classic:1.2.13")
force("org.slf4j:slf4j-api:1.7.36")
}
}