Browse Source

Upgrade to Spring Security 7.0.0-RC3

Closes gh-47844
pull/47991/head
Phillip Webb 1 month ago
parent
commit
03e3a6650e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save