diff --git a/junit-platform/build.gradle b/junit-platform/build.gradle index 3954ba9..3758079 100644 --- a/junit-platform/build.gradle +++ b/junit-platform/build.gradle @@ -27,7 +27,7 @@ dependencies { testCompile 'org.assertj:assertj-core:3.15.0' testCompile 'io.projectreactor:reactor-core:3.2.2.RELEASE' - testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.0' + testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.0' // FIXME remove once https://github.com/gradle/gradle/issues/8806 is fixed