Upgrade to Spring Security 5.7.1

Closes gh-31100
This commit is contained in:
Andy Wilkinson 2022-05-18 17:38:59 +01:00
parent cc93a0a30e
commit d46c09cda3
1 changed files with 1 additions and 1 deletions

View File

@ -1779,7 +1779,7 @@ bom {
]
}
}
library("Spring Security", "5.7.0") {
library("Spring Security", "5.7.1") {
prohibit("[6.0.0-M1,)") {
because "it uses Spring Framework 6"
}