Browse Source

Upgrade to Spring Security 6.5.0

Closes gh-45444
pull/45624/head
Stéphane Nicoll 9 months ago
parent
commit
5839869a07
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2397,7 +2397,7 @@ bom { @@ -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")

Loading…
Cancel
Save