From c1da7d699c71e0e3fe400c7bad9b23b9a84e9f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:55:14 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.4 to 6.0.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.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.11.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 198e118..e1d78c6 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation "com.google.code.gson:gson:2.13.2" implementation "com.github.javaparser:javaparser-core:3.27.0" - testImplementation platform("org.junit:junit-bom:5.11.4") + testImplementation platform("org.junit:junit-bom:6.0.0") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.assertj:assertj-core:3.27.4" testImplementation "com.approvaltests:approvaltests:25.4.3"