Browse Source

Upgrade to Spring Security 7.0.0-M3

Closes gh-47199
pull/47229/head
Stéphane Nicoll 3 months ago
parent
commit
08ce5b0ccd
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save