Browse Source

Upgrade to OAuth2 OIDC SDK 9.9.1

Closes gh-27700
pull/28375/head
Stephane Nicoll 5 years ago
parent
commit
37c9fb09e6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1285,7 +1285,7 @@ bom { @@ -1285,7 +1285,7 @@ bom {
}
}
library("OAuth2 OIDC SDK") {
version("9.9") {
version("9.9.1") {
shouldAlignWithVersionFrom("Spring Security")
}
group("com.nimbusds") {

Loading…
Cancel
Save