Skip to content

Commit f078642

Browse files
committed
Add compatible Spock version
1 parent bdb81db commit f078642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
api "org.glassfish:jakarta.el:4.0.2"
4747

4848
testImplementation 'org.slf4j:slf4j-simple:1.7.31'
49-
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
49+
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
5050
testImplementation 'org.codehaus.groovy:groovy-all:3.0.25'
5151
}
5252

0 commit comments

Comments
 (0)