From 26270797f34829dff37ed4cfdac43f09f1b7e0a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:14:10 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.7 to 6.2.9 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.7 to 6.2.9. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.7...v6.2.9) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.9 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 d97c91e39..25c2322bc 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:6.2.7") + api platform("org.springframework:spring-framework-bom:6.2.9") api platform("org.springframework.data:spring-data-bom:2021.2.18") } api platform("org.springframework.security:spring-security-bom:6.4.7")