From 958ac3c6568285d99acda32c471a0ce5d1b54d33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:55:51 +0000 Subject: [PATCH] fix(deps): update junit-framework monorepo to v6.1.2 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8c77f1c..95aaf04 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,8 +31,8 @@ subprojects { dependencies { compileOnlyApi("org.jetbrains:annotations:26.1.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2") } tasks {