We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 766248e + db368bc commit 96f4384Copy full SHA for 96f4384
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.15'
+ testImplementation 'ch.qos.logback:logback-classic:1.5.16'
54
}
55
56
tasks.withType(Test).configureEach {
0 commit comments