From 472bb46874f2e500d85d606297276bccdf76d7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 03:07:14 +0000 Subject: [PATCH] Bump org.springframework.boot from 4.0.3 to 4.0.4 Bumps [org.springframework.boot](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 dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4c2691f7..dc854097 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -org-springframework-boot = "4.0.3" +org-springframework-boot = "4.0.4" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.5"