From 3fdeed019b4082708b02730b5b163fb660ebec93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:40:52 +0000 Subject: [PATCH] Update junit5 monorepo (#4617) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5a4ab990d..43c80a607 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,8 +79,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.12.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0") + testImplementation("org.junit.jupiter:junit-jupiter:5.12.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1") } plugins.withId("java") {