Fix application logger latestDepTest (#9169)
This commit is contained in:
parent
6eec23c00b
commit
a1c60f6ea0
|
@ -31,7 +31,8 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (findProperty("testLatestDeps") as Boolean) {
|
if (findProperty("testLatestDeps") as Boolean) {
|
||||||
testImplementation("ch.qos.logback:logback-classic:+")
|
// 1.4.9 breaks the Configurer interface, and Spring Boot hasn't caught up with that yet
|
||||||
|
testImplementation("ch.qos.logback:logback-classic:1.4.8")
|
||||||
} else {
|
} else {
|
||||||
testImplementation("ch.qos.logback:logback-classic") {
|
testImplementation("ch.qos.logback:logback-classic") {
|
||||||
version {
|
version {
|
||||||
|
|
Loading…
Reference in New Issue