diff --git a/junit-platform/build.gradle b/junit-platform/build.gradle index 068c9d5..090d019 100644 --- a/junit-platform/build.gradle +++ b/junit-platform/build.gradle @@ -32,8 +32,8 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.27.6' testImplementation 'io.projectreactor:reactor-core:3.2.5.RELEASE' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0' // FIXME remove once https://github.com/gradle/gradle/issues/8806 is fixed