From d84a4333a6ba0be370bbf9d571daff3a98b1f895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:38:33 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.10.2 to 5.13.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.2 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.2...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 8a1176fa..fd393992 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation "ch.qos.logback:logback-core:1.5.18" implementation "ch.qos.logback:logback-classic:1.5.18" - testImplementation platform("org.junit:junit-bom:5.10.2") + testImplementation platform("org.junit:junit-bom:5.13.4") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.assertj:assertj-core:3.25.3" testImplementation "com.approvaltests:approvaltests:25.0.23"