From 1838ac71c15065da12da685f03b7d05246a8228e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 07:27:29 +0000 Subject: [PATCH] Update junit-framework monorepo --- 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") {