Browse Source

Upgrade to Spring Security 6.5.7

Closes gh-48043
pull/48169/head
Stéphane Nicoll 4 weeks ago
parent
commit
448f688e0c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save