From 8814e13c8f697733031d79c32fd87973e721f582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:21:47 +0000 Subject: [PATCH] fix(deps): update junit-framework monorepo --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d7ba6e9..1dc8954 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,15 +20,15 @@ repositories { dependencies { testImplementation("ch.tutteli.atrium:atrium-cc-en_GB-robstoll:0.15.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.1") constraints { testImplementation(kotlin("reflect", KotlinVersion.CURRENT.toString())) } - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.2") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1") } val compilationTargetJavaVersion = JavaLanguageVersion.of(8)