Upgrade to Spring Security 5.4.0

The commit also includes an upgrade to Nimbus JOSE JWT 9.0. Spring
Security requires 9.0 and it is not backwards compatible with 8.19.

Closes gh-23225
Closes gh-23242
This commit is contained in:
Andy Wilkinson
2020-09-10 10:13:54 +01:00
parent 6619dfacf3
commit 8daf57fdeb
3 changed files with 5 additions and 4 deletions

View File

@@ -1205,7 +1205,7 @@ bom {
]
}
}
library("Nimbus JOSE JWT", "8.19") {
library("Nimbus JOSE JWT", "9.0") {
group("com.nimbusds") {
modules = [
"nimbus-jose-jwt"
@@ -1623,7 +1623,7 @@ bom {
]
}
}
library("Spring Security", "5.4.0-RC1") {
library("Spring Security", "5.4.0") {
group("org.springframework.security") {
imports = [
"spring-security-bom"