From 0832656a12e6dea110359788b467f435e3421075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:21:05 +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 c8ac85ad5..938b1551f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,8 +79,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.11.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.1") } plugins.withId("java") {