From 2fe44053a25f282e01971c20b255011b59c2002b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:53:19 +0100 Subject: [PATCH] Update junit5 monorepo (#4320) 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 4cef467d9..ec4e5e0e5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,8 +79,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.10.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1") + testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2") } plugins.withId("java") {