From 438f1d9656c16b227e585df436e266e9e39bb932 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:00:43 +0000 Subject: [PATCH] Update junit-framework monorepo (#4715) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f3727c327..7601224fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,8 +67,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.13.3") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3") + testImplementation("org.junit.jupiter:junit-jupiter:5.13.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") } plugins.withId("java") {