From 9f29bcefaafa7fa7aa877e70266b3ac38a22966a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 18:06:15 +0000 Subject: [PATCH] chore(deps): Update junit-framework monorepo to v6 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e49a0186..c13948c9 100644 --- a/build.gradle +++ b/build.gradle @@ -52,8 +52,8 @@ subprojects { } annotationProcessor 'ca.stellardrift:contract-validator:1.0.1' checkstyle 'ca.stellardrift:stylecheck:0.2.1' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:6.0.3' } tasks.withType(Javadoc).configureEach {