From 361487759c7360d1c94263c8375752296c78f38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 22:46:45 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.14.3 to 6.1.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.3 to 6.1.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.3...r6.1.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.2 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 3f66808..c56d172 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ allprojects { dependencies { testImplementation 'org.assertj:assertj-core:3.27.4' - testImplementation platform("org.junit:junit-bom:5.14.3") + testImplementation platform("org.junit:junit-bom:6.1.3") testImplementation 'org.junit.jupiter:junit-jupiter-api' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'