From adcef484c1e0a3267d8344e6630e3226a6a834fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:26:17 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.4 to 5.13.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r5.13.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 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 ead77c30..ef8afed9 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.2") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.assertj:assertj-core:3.27.0" testImplementation "com.approvaltests:approvaltests:24.22.0"