From c1e5822e9503b5ecbba2b245d179075cd67e53f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 03:44:26 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 7.0.2 to 7.0.3 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index 9ebd4ff91..f6ad1d1e1 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -20,7 +20,7 @@ dependencies { api platform("org.springframework:spring-framework-bom:$springFrameworkVersion") api platform("org.springframework.data:spring-data-bom:$springDataVersion") } else { - api platform("org.springframework:spring-framework-bom:7.0.2") + api platform("org.springframework:spring-framework-bom:7.0.3") api platform("org.springframework.data:spring-data-bom:2025.0.6") } api platform("org.springframework.security:spring-security-bom:6.5.7")