We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5917270 commit bd017ccCopy full SHA for bd017cc
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.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.2'
31
}
32
0 commit comments