diff --git a/junit-platform/build.gradle b/junit-platform/build.gradle index 6feecff..2fe45f6 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.14.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.1' // FIXME remove once https://github.com/gradle/gradle/issues/8806 is fixed