From 3ec7e992a332ebad8228373f15d4daefcf027ad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 15:01:17 +0000 Subject: [PATCH] Update junit-framework monorepo (#4689) 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 b9175289f..98064c953 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,8 +69,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.13.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2") + testImplementation("org.junit.jupiter:junit-jupiter:5.13.3") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3") } plugins.withId("java") {