From b25ca0b233ca65135eb13c5df527337993b449a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:35:06 +0000 Subject: [PATCH] build: Bump org.junit:junit-bom from 5.11.4 to 6.1.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.1.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1e272c4..ab57ff0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ bstats = "3.2.1" # runtime behind the PlaceholderAPI presence gate (me/clip is a verifyJdk8Api server ignore). placeholderapi = "2.11.6" annotations = "26.0.2" -junit = "5.11.4" +junit = "6.1.1" jqwik = "1.9.2" archunit = "1.3.0" asm = "9.7"