From 711fba0b2a24a56b361ebdebf93a99919aa508a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 12:06:20 +0000 Subject: [PATCH] Update junit5 monorepo (#4662) 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 0787dc358..60f55ecf7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,8 +69,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.12.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2") + testImplementation("org.junit.jupiter:junit-jupiter:5.13.0") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0") } plugins.withId("java") {