From 8ae894d51d7da77222b8dad7dff4958d59805a9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:08:35 +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 2c308a9ff..f0d8ba7e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,8 +79,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.3") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.0") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0") } plugins.withId("java") {