From 5acb7086468cbd413d12868e5c06c77cb688fe9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:15:57 +0000 Subject: [PATCH] build(deps): bump org.junit:junit-bom from 5.10.3 to 5.14.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.3 to 5.14.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.3...r5.14.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8ac9619b..56f2c9d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -148,7 +148,7 @@ configure(libs) { dependencyManagement { imports { mavenBom("com.fasterxml.jackson:jackson-bom:2.21.1") - mavenBom("org.junit:junit-bom:5.10.3") + mavenBom("org.junit:junit-bom:5.14.4") } dependencies { dependency("com.github.spotbugs:spotbugs:4.9.8")