From 5cf9cb8e5029a4d424fd2b3c780e8c75aacaa293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 21:19:15 +0000 Subject: [PATCH] deps: bump org.junit:junit-bom from 5.13.3 to 6.0.1 (#617) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99df81ac..6554e097 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ allprojects { } dependencies { - testImplementation(platform("org.junit:junit-bom:5.13.3")) + testImplementation(platform("org.junit:junit-bom:6.0.1")) testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testCompileOnly 'org.jetbrains:annotations:26.0.2'