diff --git a/build.gradle b/build.gradle index d351e5c0..8870a2fb 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ subprojects { project -> testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false } testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion" - testImplementation "org.junit.platform:junit-platform-runner:1.10.0" + testImplementation "org.junit.platform:junit-platform-runner:1.10.1" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion" } @@ -256,7 +256,7 @@ subprojects { project -> testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false } testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1" - testImplementation "org.junit.platform:junit-platform-runner:1.10.0" + testImplementation "org.junit.platform:junit-platform-runner:1.10.1" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1" }