From 63bdecb1cead5b023a5dc3b894f8e7f73487710a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:37:08 +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..20c84d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { mavenLocal() } -val junitVersion = "5.9.2" +val junitVersion = "6.1.0" dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")