Bump org.springframework:spring-framework-bom from 6.2.5 to 6.2.6

Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.5 to 6.2.6.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.5...v6.2.6)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-version: 6.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-18 03:56:10 +00:00
committed by Josh Cummings
parent ae914f7d8f
commit 08e9fe645e

View File

@@ -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.5")
api platform("org.springframework:spring-framework-bom:6.2.6")
api platform("org.springframework.data:spring-data-bom:2021.2.18")
}
api platform("org.springframework.security:spring-security-bom:6.4.4")