We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf72c0 commit 596bd27Copy full SHA for 596bd27
build.gradle
@@ -46,7 +46,7 @@ task createClasspathManifest {
46
}
47
48
dependencies {
49
- testImplementation 'org.spockframework:spock-core:2.1-groovy-2.5'
+ testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
50
testImplementation platform('org.junit:junit-bom:5.9.2')
51
testImplementation 'org.junit.jupiter:junit-jupiter'
52
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
0 commit comments