We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6183bc commit ef6cb7dCopy full SHA for ef6cb7d
testing-bootstrap/build.gradle.kts
@@ -16,9 +16,7 @@ dependencies {
16
implementation(project(":javaagent-core"))
17
implementation(project(":filter-api"))
18
19
- implementation("ch.qos.logback:logback-classic:1.2.3") {
20
- exclude("ch.qos.logback:logback-core@1.2.3")
21
- }
+ implementation("ch.qos.logback:logback-classic:1.2.7")
22
implementation("org.slf4j:slf4j-api:${versions["slf4j"]}")
23
}
24
0 commit comments