Skip to content

Commit a8b08bb

Browse files
fix(deps): update dependency org.spockframework:spock-core to v2.4-groovy-5.0
1 parent 74f6f7b commit a8b08bb

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
@@ -26,7 +26,7 @@ dependencies {
2626
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
2727
implementation 'org.yaml:snakeyaml:2.5'
2828
testImplementation gradleTestKit()
29-
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
29+
testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0'
3030
testImplementation 'org.junit.platform:junit-platform-launcher:1.14.3'
3131
}
3232

0 commit comments

Comments
 (0)