From e8e8a4c16b3cf48d87e865bd76f4bcb9b0b0eb47 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:32 +0000 Subject: [PATCH] Upgrade to OAuth2 OIDC SDK 9.1 Closes gh-25248 --- 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 a7ac3809b47..dff375b12e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1261,7 +1261,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "8.23.1") { + library("OAuth2 OIDC SDK", "9.1") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk"