From a258334d6f41a22abf2c8f7021aea9b30a1f7259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:01:18 +0000 Subject: [PATCH] Update junit-framework monorepo to v6 --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 68ab11f..eda00e4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,10 +21,10 @@ subprojects { dependencies { compileOnly("org.jetbrains:annotations:26.0.2-1") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2") } tasks.test {