From 1a50b14676e34c27306e6cb2e44915f3c2225ddf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 18:13:31 +0000 Subject: [PATCH] Update junit-framework monorepo to v6.1.2 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index cf103cd..fbf4f52 100644 --- a/build.gradle +++ b/build.gradle @@ -19,9 +19,9 @@ dependencies { compileOnlyApi("org.jetbrains:annotations:26.1.0") // tests - testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.1") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2") testImplementation("org.jetbrains.kotlin:kotlin-stdlib:2.4.0") // performance comparison with other libraries