From bcd79751c6ec231f1268a6966a9f3d15a87e72ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 18:05:20 +0200 Subject: [PATCH] Upgrade to OAuth2 OIDC SDK 9.3.3 Closes gh-26076 --- 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 a67d83c57b2..6e1e1de6fdd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1281,7 +1281,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "9.2.2") { + library("OAuth2 OIDC SDK", "9.3.3") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk"