From 70e06e293aaa1472f2757160589e2f028ada54e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 17:10:09 +0000 Subject: [PATCH] chore(deps): update junit-framework monorepo to v6.0.3 --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e3673ff..5cc9435 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.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") constraints { testImplementation(kotlin("reflect", KotlinVersion.CURRENT.toString())) } - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3") } val compilationTargetJavaVersion = JavaLanguageVersion.of(17)