Revert "Fix application logger latestDepTest (#9169)" (#9176)

This commit is contained in:
Mateusz Rzeszutek 2023-08-10 10:46:11 +02:00 committed by GitHub
parent fc9229334f
commit eaa0b8791f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ dependencies {
}
if (findProperty("testLatestDeps") as Boolean) {
// 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")
testImplementation("ch.qos.logback:logback-classic:+")
} else {
testImplementation("ch.qos.logback:logback-classic") {
version {