From dcf5a7d9402e1dfbff1dbcb8865e51d75ffa0596 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:58:12 +0000 Subject: [PATCH] Update junit5 monorepo --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 630b388e8..74e21d063 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,8 +79,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.11.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3") } plugins.withId("java") {