Skip to content

Commit 577eb3d

Browse files
Merge pull request #249 from java9-modularity/dependabot/gradle/test-project-groovy/org.spockframework-spock-core-2.4-M1-groovy-4.0
Bump org.spockframework:spock-core from 2.0-M5-groovy-3.0 to 2.4-M1-groovy-3.0 in /test-project-groovy
2 parents 2c21972 + e5f0c93 commit 577eb3d

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-3.0") {
3434
exclude module: 'groovy-nio'
3535
exclude module: 'groovy-test'
3636
exclude module: 'groovy-xml'

0 commit comments

Comments
 (0)