Skip to content

Commit 2852c58

Browse files
Bump org.spockframework:spock-core in /test-project-groovy
Bumps org.spockframework:spock-core from 2.0-M5-groovy-3.0 to 2.4-M1-groovy-4.0. --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71ff4e8 commit 2852c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-project-groovy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ subprojects {
3030
testImplementation "org.junit.jupiter:junit-jupiter-api:$jUnitVersion"
3131
testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion"
3232
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion"
33-
testImplementation("org.spockframework:spock-core:2.0-M5-groovy-3.0") {
33+
testImplementation("org.spockframework:spock-core:2.4-M1-groovy-4.0") {
3434
exclude module: 'groovy-nio'
3535
exclude module: 'groovy-test'
3636
exclude module: 'groovy-xml'

0 commit comments

Comments
 (0)