From f533e194f4b2a32723878e8b5aa144d5d7e5fdbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:18:09 +0000 Subject: [PATCH] Update junit5 monorepo (#4598) 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 4da94e046..66ef44a13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,8 +79,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.11.4") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4") + testImplementation("org.junit.jupiter:junit-jupiter:5.12.0") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0") } plugins.withId("java") {