Commit bb56de71 authored by Andy Wilkinson's avatar Andy Wilkinson

Upgrade to Spring Security 5.4.5

This commit also downgrade JOSE JWT to address an incompatibility with
the OIDC SDK 8.x. The OIDC SDK has also been upgraded to the latest 8.x
release to align with the version used by Spring Security.

Closes gh-25221
Fixes gh-25070
parent 08f73e01
...@@ -1196,14 +1196,14 @@ bom { ...@@ -1196,14 +1196,14 @@ bom {
] ]
} }
} }
library("OAuth2 OIDC SDK", "8.23.1") { library("OAuth2 OIDC SDK", "8.36") {
group("com.nimbusds") { group("com.nimbusds") {
modules = [ modules = [
"oauth2-oidc-sdk" "oauth2-oidc-sdk"
] ]
} }
} }
library("Nimbus JOSE JWT", "9.1.3") { library("Nimbus JOSE JWT", "8.20.2") {
group("com.nimbusds") { group("com.nimbusds") {
modules = [ modules = [
"nimbus-jose-jwt" "nimbus-jose-jwt"
...@@ -1624,7 +1624,7 @@ bom { ...@@ -1624,7 +1624,7 @@ bom {
] ]
} }
} }
library("Spring Security", "5.4.2") { library("Spring Security", "5.4.5") {
group("org.springframework.security") { group("org.springframework.security") {
imports = [ imports = [
"spring-security-bom" "spring-security-bom"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment