We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ee102e + b19277f commit 07dc8f7Copy full SHA for 07dc8f7
build.gradle
@@ -50,7 +50,7 @@ allprojects {
50
testImplementation 'org.junit.jupiter:junit-jupiter-api'
51
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
52
53
- testImplementation 'ch.qos.logback:logback-classic:1.5.7'
+ testImplementation 'ch.qos.logback:logback-classic:1.5.8'
54
}
55
56
tasks.withType(Test).configureEach {
0 commit comments