We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7589805 commit 16489f1Copy full SHA for 16489f1
instrumentation/logback/logback-appender-1.0/library/build.gradle.kts
@@ -112,8 +112,9 @@ testing {
112
} else {
113
implementation("ch.qos.logback:logback-classic") {
114
version {
115
- // first version that has ch.qos.logback.classic.AsyncAppender
116
- strictly("1.0.4")
+ // 1.0.4 is the first version that has ch.qos.logback.classic.AsyncAppender
+ // we are using 1.0.7 because of https://jira.qos.ch/browse/LOGBACK-720
117
+ strictly("1.0.7")
118
}
119
120
implementation("org.slf4j:slf4j-api") {
0 commit comments