Upgrade to Spring Security 7.0.0-M1

Closes gh-45492
This commit is contained in:
Andy Wilkinson 2025-07-21 17:19:12 +01:00
parent 05c877d61c
commit 4f2ab9a169
1 changed files with 1 additions and 1 deletions

View File

@ -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")