diff --git a/build.gradle b/build.gradle index fa056ff..492d243 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.3')) testRuntimeOnly('org.junit.platform:junit-platform-launcher') // optional dependencies for using Spock diff --git a/ivy.xml b/ivy.xml index 49bb0d9..07a7d6e 100644 --- a/ivy.xml +++ b/ivy.xml @@ -31,7 +31,7 @@ - + diff --git a/pom.xml b/pom.xml index 618ef63..65c5fec 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 17 2.4-groovy-5.0 5.0.4 - 6.0.1 + 6.0.3