Browse Source

Upgrade to Spring Security 7.0.0-M1

Closes gh-45492
pull/45341/head
Andy Wilkinson 8 months ago
parent
commit
4f2ab9a169
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save