Skip to content

Commit a7b4d2b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2'
2727
implementation 'org.yaml:snakeyaml:2.6'
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)