From 190f04ea95195b4264565ee51915f3934731f419 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:34:28 +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..364e0917 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.1.0" +junit-platform = "6.1.0" [plugins] shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }