diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 6e576fc8fc9ae..4a0825f3844e6 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -127,7 +127,7 @@ dependencies { testFixturesApi gradleTestKit() testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.35.0' testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}" - integTestImplementation('org.spockframework:spock-core:2.3-groovy-3.0') { + integTestImplementation('org.spockframework:spock-core:2.3-groovy-4.0') { exclude module: "groovy" } }