Skip to content

Commit 686076b

Browse files
Bump spock-core from 2.3-groovy-3.0 to 2.3-groovy-4.0 in /buildSrc
Bumps spock-core from 2.3-groovy-3.0 to 2.3-groovy-4.0. --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc6f986 commit 686076b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dependencies {
127127
testFixturesApi gradleTestKit()
128128
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.35.0'
129129
testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}"
130-
integTestImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
130+
integTestImplementation('org.spockframework:spock-core:2.3-groovy-4.0') {
131131
exclude module: "groovy"
132132
}
133133
}

0 commit comments

Comments
 (0)