From 2d0b0c155e31da454cece2f6cc3d49d31f8f7701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 03:34:50 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.4 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 63a4862..a844e6a 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ subprojects { dependencyManagement { imports { - mavenBom "org.springframework.boot:spring-boot-dependencies:4.0.3" + mavenBom "org.springframework.boot:spring-boot-dependencies:4.0.4" mavenBom "tools.jackson:jackson-bom:3.1.0" } }