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 37a4b22 commit ac38d35Copy full SHA for ac38d35
build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
compileOnly("org.gradlex:extra-java-module-info:1.9")
32
compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:2.7.0")
33
34
- testImplementation("org.spockframework:spock-core:2.1-groovy-3.0")
+ testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
35
testImplementation("org.gradle.exemplar:samples-check:1.0.2")
36
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
37
}
0 commit comments