From 6a808ee813dff62b6f9b9a11a6f6ad752ae1aa63 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 11:55:34 +0200 Subject: [PATCH] Upgrade to OAuth2 OIDC SDK 8.19.2 Closes gh-23354 --- 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 c1548639fd..6c90b1c238 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1198,7 +1198,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "8.19.1") { + library("OAuth2 OIDC SDK", "8.19.2") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk"