From 6f0fa19601173f0154afaaaef1aff27614ed297f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 09:06:38 +0000 Subject: [PATCH] Update junit5 monorepo (#4667) 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 60f55ecf7..30fdf4baf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,8 +69,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.13.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0") + testImplementation("org.junit.jupiter:junit-jupiter:5.13.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1") } plugins.withId("java") {