Skip to content

Commit 4113e69

Browse files
Bump org.spockframework:spock-core in /test-project-groovy
Bumps [org.spockframework:spock-core](https://github.com/spockframework/spock) from 2.4-M1-groovy-3.0 to 2.4-M6-groovy-4.0. - [Release notes](https://github.com/spockframework/spock/releases) - [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc) - [Commits](https://github.com/spockframework/spock/commits) --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-version: 2.4-M6-groovy-4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f44917 commit 4113e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-project-groovy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subprojects {
3131
testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion"
3232
testImplementation "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion"
3333
testRuntimeOnly "org.junit.platform:junit-platform-launcher:$jUnitPlatformVersion"
34-
testImplementation("org.spockframework:spock-core:2.4-M1-groovy-3.0") {
34+
testImplementation("org.spockframework:spock-core:2.4-M6-groovy-4.0") {
3535
exclude module: 'groovy-nio'
3636
exclude module: 'groovy-test'
3737
exclude module: 'groovy-xml'

0 commit comments

Comments
 (0)