From 7f0d6fa5133b5515b38878e6cc5ec63bc2fa51d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 20:39:18 +0000 Subject: [PATCH] chore(deps): update junit-framework monorepo to v6.0.2 --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index be0ed65..6bec747 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,15 +22,15 @@ repositories { dependencies { testImplementation("ch.tutteli.atrium:atrium-fluent:1.2.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") constraints { testImplementation(kotlin("reflect", KotlinVersion.CURRENT.toString())) } - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2") } val compilationTargetJavaVersion = JavaLanguageVersion.of(17)