Skip to content

Commit 16489f1

Browse files
authored
Hopefully fix flaky logback async test (#13222)
1 parent 7589805 commit 16489f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

instrumentation/logback/logback-appender-1.0/library/build.gradle.kts

+3-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ testing {
112112
} else {
113113
implementation("ch.qos.logback:logback-classic") {
114114
version {
115-
// first version that has ch.qos.logback.classic.AsyncAppender
116-
strictly("1.0.4")
115+
// 1.0.4 is the first version that has ch.qos.logback.classic.AsyncAppender
116+
// we are using 1.0.7 because of https://jira.qos.ch/browse/LOGBACK-720
117+
strictly("1.0.7")
117118
}
118119
}
119120
implementation("org.slf4j:slf4j-api") {

0 commit comments

Comments
 (0)