From 4a28e21047270ed871589222390ad8318a5e4f12 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 10:39:48 +0200 Subject: [PATCH] Upgrade to OAuth2 OIDC SDK 9.9 Closes gh-27038 --- 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 dd3071934c..2eba2ebf4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1284,7 +1284,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "9.3.3") { + library("OAuth2 OIDC SDK", "9.9") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk"