Skip to content

Commit bb56de7

Browse files
committed
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
1 parent 08f73e0 commit bb56de7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1196,14 +1196,14 @@ bom {
11961196
]
11971197
}
11981198
}
1199-
library("OAuth2 OIDC SDK", "8.23.1") {
1199+
library("OAuth2 OIDC SDK", "8.36") {
12001200
group("com.nimbusds") {
12011201
modules = [
12021202
"oauth2-oidc-sdk"
12031203
]
12041204
}
12051205
}
1206-
library("Nimbus JOSE JWT", "9.1.3") {
1206+
library("Nimbus JOSE JWT", "8.20.2") {
12071207
group("com.nimbusds") {
12081208
modules = [
12091209
"nimbus-jose-jwt"
@@ -1624,7 +1624,7 @@ bom {
16241624
]
16251625
}
16261626
}
1627-
library("Spring Security", "5.4.2") {
1627+
library("Spring Security", "5.4.5") {
16281628
group("org.springframework.security") {
16291629
imports = [
16301630
"spring-security-bom"

0 commit comments

Comments
 (0)