diff --git a/build.gradle b/build.gradle index 99c83c3..c0036e3 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { 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 - testImplementation(platform('org.junit:junit-bom:6.0.1')) + testImplementation(platform('org.junit:junit-bom:6.0.2')) testRuntimeOnly('org.junit.platform:junit-platform-launcher') // optional dependencies for using Spock diff --git a/ivy.xml b/ivy.xml index 561bf14..bca4535 100644 --- a/ivy.xml +++ b/ivy.xml @@ -31,7 +31,7 @@ - + diff --git a/pom.xml b/pom.xml index 8fcc426..fe18eef 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 17 2.4-groovy-5.0 5.0.3 - 6.0.1 + 6.0.2