Browse Source

Upgrade to Spring Security 6.5.1

Closes gh-45786
pull/46001/head
Stéphane Nicoll 6 months ago
parent
commit
88a3cf543b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save