Browse Source

Upgrade to Spring Security 6.4.8

Closes gh-46476
pull/46604/head
Andy Wilkinson 5 months ago
parent
commit
4a8e20e07f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save