Browse Source

Upgrade to Spring Security 6.5.7

Closes gh-48043
pull/48169/head
Stéphane Nicoll 1 month 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 {
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") 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() considerSnapshots()
group("org.springframework.security") { group("org.springframework.security") {
bom("spring-security-bom") bom("spring-security-bom")

Loading…
Cancel
Save