diff --git a/build.gradle b/build.gradle index a2fc305d..789f88b8 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.8.1" + testImplementation "org.junit.platform:junit-platform-runner:1.8.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion" } @@ -253,7 +253,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.8.2" - testImplementation "org.junit.platform:junit-platform-runner:1.8.1" + testImplementation "org.junit.platform:junit-platform-runner:1.8.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2" }