From e2d53af1b129e375a3bf30b6950c10f17a7b0a5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:29:40 +0000 Subject: [PATCH] Update junit-framework monorepo Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 958d224..bab11a0 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.18' testImplementation 'org.assertj:assertj-core:3.27.7' - testImplementation 'org.junit.jupiter:junit-jupiter:5.14.4' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0' testImplementation 'org.mockito:mockito-junit-jupiter:4.11.0' testImplementation 'org.slf4j:slf4j-reload4j:2.0.18' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'