diff --git a/build.gradle b/build.gradle index f27e0a40..cef45073 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,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.6.2" + testImplementation "org.junit.platform:junit-platform-runner:1.7.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion" } @@ -258,7 +258,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.7.2" - testImplementation "org.junit.platform:junit-platform-runner:1.6.0" + testImplementation "org.junit.platform:junit-platform-runner:1.7.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.0" }