From 40c29a81190dda4947a3574945a93ab4b748604b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:10:21 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.14.0 to 5.14.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.0...r5.14.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9d6f384b2..87f3709e4 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ allprojects { ext { nanojsonVersion = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996" jsr305Version = "3.0.2" - junitVersion = "5.14.0" + junitVersion = "5.14.1" checkstyleVersion = "10.26.1" } }