Upgrade to Spring Security 6.5.0

Closes gh-45444
This commit is contained in:
Stéphane Nicoll
2025-05-20 08:29:06 +02:00
parent b395806033
commit 5839869a07

View File

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