diff --git a/build.gradle b/build.gradle index 81f98d7..21cd399 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { // mandatory dependencies for using Spock implementation platform('org.apache.groovy:groovy-bom:4.0.29') implementation 'org.apache.groovy:groovy' - testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0") + testImplementation platform("org.spockframework:spock-bom:2.4-groovy-5.0") testImplementation "org.spockframework:spock-core" testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules diff --git a/pom.xml b/pom.xml index 93b482c..3bafbf3 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ org.spockframework spock-bom - 2.3-groovy-4.0 + 2.4-groovy-5.0 pom import