We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e296a commit c0a09f1Copy full SHA for c0a09f1
build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
52
}
53
api("com.google.code.findbugs:jsr305:3.0.2")
54
55
- testImplementation("ch.qos.logback:logback-classic:1.5.7")
+ testImplementation("ch.qos.logback:logback-classic:1.5.11")
56
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
57
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
58
testImplementation("org.apache.commons:commons-lang3:3.17.0")
0 commit comments