Skip to content

Commit 6262542

Browse files
fix(deps): update dependency org.spockframework:spock-core to v2.3-groovy-4.0
Signed-off-by: Renovate Bot <[email protected]>
1 parent 0c55b1d commit 6262542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jgiven-gradle-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation project(':jgiven-junit5')
1616
testImplementation 'org.junit.jupiter:junit-jupiter'
1717
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
18-
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
18+
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
1919
}
2020

2121
test{

0 commit comments

Comments
 (0)