diff --git a/build.gradle.kts b/build.gradle.kts index ba8174350..b3e4593e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { testImplementation("org.asciidoctor:asciidoctorj-pdf:2.3.19") testImplementation(gradleTestKit()) - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.3")