|
@@ -18,7 +18,7 @@ dependencies {
|
|
|
// pin the version strictly to avoid overriding by dependencyManagement versions
|
|
|
compileOnly("ch.qos.logback:logback-classic") {
|
|
|
version {
|
|
|
- strictly("0.9.16")
|
|
|
+ strictly("1.0.0")
|
|
|
}
|
|
|
}
|
|
|
compileOnly("org.slf4j:slf4j-api") {
|
|
@@ -30,11 +30,9 @@ dependencies {
|
|
|
if (findProperty("testLatestDeps") as Boolean) {
|
|
|
testImplementation("ch.qos.logback:logback-classic:+")
|
|
|
} else {
|
|
|
- // TODO these versions are actually used during test
|
|
|
- // currently our tests fail for logback-classic 0.9.16
|
|
|
testImplementation("ch.qos.logback:logback-classic") {
|
|
|
version {
|
|
|
- strictly("1.2.11")
|
|
|
+ strictly("1.0.0")
|
|
|
}
|
|
|
}
|
|
|
testImplementation("org.slf4j:slf4j-api") {
|