From c71e4ae60fc49e395ce4c9ff8726b8e172330a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 03:53:46 +0000 Subject: [PATCH] fix(deps): update junit-framework monorepo to v6 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 21ecf4e2..dad0d05b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,8 +15,8 @@ discord4j = "3.3.2" lunachatplus = "3.3.0" luckperms-api = "5.5" jetbrains-annotation = "26.1.0" -junit = "5.14.4" -junit-platform = "1.14.4" +junit = "6.0.3" +junit-platform = "6.0.3" [plugins] shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }