Skip to content

Commit d3511d3

Browse files
Bump spock-core from 2.1-groovy-3.0 to 2.3-groovy-4.0 in /buildSrc
Bumps spock-core from 2.1-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] <[email protected]>
1 parent 77cff55 commit d3511d3

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
@@ -126,7 +126,7 @@ dependencies {
126126
testFixturesApi gradleTestKit()
127127
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.33.2'
128128
testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}"
129-
integTestImplementation('org.spockframework:spock-core:2.1-groovy-3.0') {
129+
integTestImplementation('org.spockframework:spock-core:2.3-groovy-4.0') {
130130
exclude module: "groovy"
131131
}
132132
}

0 commit comments

Comments
 (0)