We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2769623 commit 965c751Copy full SHA for 965c751
build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
38
implementation("org.apache.groovy:groovy-json:${groovyVersion}")
39
40
implementation("org.slf4j:slf4j-api:2.0.17")
41
- testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14")
+ testRuntimeOnly("ch.qos.logback:logback-classic:1.5.19")
42
43
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
44
testImplementation("cglib:cglib-nodep:3.3.0")
0 commit comments