From 6af0f8ba09d79872b9e13856f44427b873a93332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:20:19 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.4 to 5.13.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ead77c3..7c68636 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation "com.google.code.gson:gson:2.13.1" implementation "com.github.javaparser:javaparser-core:3.27.0" - testImplementation platform("org.junit:junit-bom:5.11.4") + testImplementation platform("org.junit:junit-bom:5.13.4") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.assertj:assertj-core:3.27.0" testImplementation "com.approvaltests:approvaltests:24.22.0"