Browse Source

Upgrade to OAuth2 OIDC SDK 8.36.2

Closes gh-27034
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
fb1cd82061
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1196,7 +1196,7 @@ bom { @@ -1196,7 +1196,7 @@ bom {
]
}
}
library("OAuth2 OIDC SDK", "8.36.1") {
library("OAuth2 OIDC SDK", "8.36.2") {
group("com.nimbusds") {
modules = [
"oauth2-oidc-sdk"

Loading…
Cancel
Save