Start building against Spring Security 5.7.3

See gh-32040
This commit is contained in:
Stephane Nicoll 2022-08-09 14:07:37 +02:00
parent 3fc7736c34
commit caa2598b2b
1 changed files with 1 additions and 1 deletions

View File

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