Bump org.springframework:spring-framework-bom from 6.1.20 to 6.1.21

Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.20 to 6.1.21.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.20...v6.1.21)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-version: 6.1.21
  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-06-13 03:42:25 +00:00
committed by Josh Cummings
parent e65d693936
commit e7973fc409

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.1.20")
api platform("org.springframework:spring-framework-bom:6.1.21")
api platform("org.springframework.data:spring-data-bom:2021.2.18")
}
api platform('com.fasterxml.jackson:jackson-bom:2.15.4')