From ca4e3bffb1279f6b7f7490164c43a2f98ba65d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:10:37 +0000 Subject: [PATCH] Update junit-framework monorepo to v6.0.1 (#4788) 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 361dadb6f..635939758 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,8 +73,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:6.0.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.0.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1") } plugins.withId("java") {