From 5b06591b7dd36ecb8dfbb9a079507b7a2ffef049 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:38:30 +0000 Subject: [PATCH] fix(deps): update junit-framework monorepo to v6 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ef3556e..6acf3d2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { mavenLocal() } -val junitVersion = "5.9.2" +val junitVersion = "6.1.1" dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")