Hopefully fix flaky logback async test (#13222)

This commit is contained in:
Lauri Tulmin 2025-02-05 10:20:18 +02:00 committed by GitHub
parent 75898056e9
commit 16489f19cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -112,8 +112,9 @@ testing {
} else { } else {
implementation("ch.qos.logback:logback-classic") { implementation("ch.qos.logback:logback-classic") {
version { version {
// first version that has ch.qos.logback.classic.AsyncAppender // 1.0.4 is the first version that has ch.qos.logback.classic.AsyncAppender
strictly("1.0.4") // we are using 1.0.7 because of https://jira.qos.ch/browse/LOGBACK-720
strictly("1.0.7")
} }
} }
implementation("org.slf4j:slf4j-api") { implementation("org.slf4j:slf4j-api") {