Fix application logger latestDepTest (#9169)

This commit is contained in:
Mateusz Rzeszutek 2023-08-09 14:49:36 +02:00 committed by GitHub
parent 6eec23c00b
commit a1c60f6ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ dependencies {
}
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 {
testImplementation("ch.qos.logback:logback-classic") {
version {