From a01cff2ffb28f4813290cd098a21fb8fc05f0c3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:38:16 +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..6742576 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { mavenLocal() } -val junitVersion = "5.9.2" +val junitVersion = "6.1.2" dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")