Browse Source

Upgrade to Spring Security 7.0.2

Closes gh-48444
pull/48543/head
Phillip Webb 2 days ago
parent
commit
f9fa1346d1
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -2550,7 +2550,7 @@ bom { @@ -2550,7 +2550,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
}
}
library("Spring Security", "7.0.1-SNAPSHOT") {
library("Spring Security", "7.0.2") {
considerSnapshots()
group("org.springframework.security") {
bom("spring-security-bom")

Loading…
Cancel
Save