From 22fb9c42a96fa30bfe2c5ac6b864e571c88fe689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:06:07 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.3 to 6.0.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.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.11.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9f0dc54..19d8f43 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'org.assertj:assertj-core:3.25.3' implementation 'org.apiguardian:apiguardian-api:1.1.2' // https://github.com/exercism/java-test-runner/issues/79 - implementation platform('org.junit:junit-bom:5.11.3') + implementation platform('org.junit:junit-bom:6.0.0') implementation 'org.junit.jupiter:junit-jupiter' implementation 'org.junit.platform:junit-platform-launcher' runtimeOnly 'org.junit.jupiter:junit-jupiter-engine'