Hopefully fix flaky logback async test (#13222)
This commit is contained in:
parent
75898056e9
commit
16489f19cd
|
@ -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") {
|
||||||
|
|
Loading…
Reference in New Issue