From 897afa894e14e0fec71a435c16bd9cced2839801 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:48:17 +0000 Subject: [PATCH] Update junit-framework monorepo to v6 (major) (#4777) Update junit-framework monorepo to v6 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 abe5f3632..450035bae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,8 +73,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.14.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.0.0") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") } plugins.withId("java") {