Upgrade to Spring Security 5.7.0

Closes gh-31019
This commit is contained in:
Stephane Nicoll 2022-05-17 09:43:20 +02:00
parent 98ac7ee048
commit ea1a6ac4ec
1 changed files with 1 additions and 1 deletions

View File

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