From 970a1c97aa75686723273b993b5b26fba77fcdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:03:41 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.13.4 to 6.0.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 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.4...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 c6077974..ebf6c523 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.27.4 jspecify = { group = "org.jspecify", name = "jspecify", version = "1.0.0" } jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.20.0" } junit-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" } -junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.4" } +junit-bom = { group = "org.junit", name = "junit-bom", version = "6.0.0" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } junit-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" } junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }