From 37c9fb09e6506d23663caaecd40b05afa1d626fd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 08:09:05 +0200 Subject: [PATCH] Upgrade to OAuth2 OIDC SDK 9.9.1 Closes gh-27700 --- 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 985d343dc5a0..d4b950ad9853 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1285,7 +1285,7 @@ bom { } } library("OAuth2 OIDC SDK") { - version("9.9") { + version("9.9.1") { shouldAlignWithVersionFrom("Spring Security") } group("com.nimbusds") {