From c2df079d962bc9f69575038a1b20639f473dcbaa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:02:06 +0000 Subject: [PATCH] Upgrade to OAuth2 OIDC SDK 8.23.1 Closes gh-23900 --- 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 0e4a77c6ea..fbcebc41a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1191,7 +1191,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "8.22") { + library("OAuth2 OIDC SDK", "8.23.1") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk"