From c1e20cc237eeb064f343db5613bc7986f6563886 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:05:05 +0000 Subject: [PATCH] Upgrade to OAuth2 OIDC SDK 9.2.2 Closes gh-25652 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3a640d6ebe..e5194be160 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1262,7 +1262,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "9.1") { + library("OAuth2 OIDC SDK", "9.2.2") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk"