We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f6f7b commit a8b08bbCopy full SHA for a8b08bb
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
27
implementation 'org.yaml:snakeyaml:2.5'
28
testImplementation gradleTestKit()
29
- testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
+ testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0'
30
testImplementation 'org.junit.platform:junit-platform-launcher:1.14.3'
31
}
32
0 commit comments