From c283dfc7f714042724f0531c5c1f3d2fc0b2a889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:32:48 +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 7fe9b6f..ab93ab5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,8 +47,8 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:5.3.2") // tests - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") - testImplementation("org.junit.jupiter:junit-jupiter:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.1.2") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }