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.
2 parents 60510b4 + f078642 commit c41f21aCopy full SHA for c41f21a
build.gradle
@@ -46,8 +46,8 @@ dependencies {
46
api "org.glassfish:jakarta.el:4.0.2"
47
48
testImplementation 'org.slf4j:slf4j-simple:1.7.31'
49
- testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
50
- testImplementation 'org.codehaus.groovy:groovy-all:2.5.14'
+ testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
+ testImplementation 'org.codehaus.groovy:groovy-all:3.0.25'
51
}
52
53
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments