Bump org.springframework:spring-framework-bom from 6.1.9 to 6.1.11

Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.9 to 6.1.11.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.9...v6.1.11)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  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]
2024-07-15 03:28:14 +00:00
committed by Marcus Hert Da Coregio
parent 9642a2ffeb
commit fe9289d1a3
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ repositories {
}
dependencies {
implementation platform("org.springframework:spring-framework-bom:6.1.9")
implementation platform("org.springframework:spring-framework-bom:6.1.11")
implementation platform("org.springframework.security:spring-security-bom:6.3.1")
implementation platform("org.junit:junit-bom:5.10.0")