From 6939138afa33680924da352487b762442574320a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:06:54 +0000 Subject: [PATCH] chore(deps): bump org.junit:junit-bom from 5.13.3 to 6.0.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 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 8ce5e774e..106c33a29 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ jetbrains-annotations = "26.0.2" # Feel free to implement a workaround on InventoryUpdate.java if u need to use a 1.21+ specific API spigot = "1.20.6-R0.1-SNAPSHOT" paperSpigot = "1.20.6-R0.1-SNAPSHOT" -junit = "5.13.3" +junit = "6.0.0" mockito = "4.11.0" adventure-api = "4.23.0" kotlin = "1.9.20"