From 97989face1ac33ec7834e2fd4d02be3c8184dff4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:51:13 +0000 Subject: [PATCH] Update dependency org.junit.platform:junit-platform-launcher to v1.13.2 (#4680) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 30fdf4baf..b6d9460a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ subprojects { dependencies { // Tests testImplementation("org.junit.jupiter:junit-jupiter:5.13.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2") } plugins.withId("java") {