Skip to content

Commit

Permalink
Bump org.springframework:spring-framework-bom from 6.1.9 to 6.1.11
Browse files Browse the repository at this point in the history
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](spring-projects/spring-framework@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcusdacoregio committed Jul 18, 2024
1 parent 9642a2f commit fe9289d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org-springframework-boot = "3.4.0-SNAPSHOT"

[libraries]
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.0-M4"
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.11"
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.4.0-SNAPSHOT"
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2024.0.0"
org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.4"
Expand Down
2 changes: 1 addition & 1 deletion servlet/java-configuration/max-sessions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit fe9289d

Please sign in to comment.