From 3362dd0f0954f10f0fcb8c12e63298cfa2afea92 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Mar 2021 09:22:12 +0100 Subject: [PATCH] Upgrade to OAuth2 OIDC SDK 8.36.1 Closes gh-25636 --- 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 e874853b5f..00b4d6dd8a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1196,7 +1196,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "8.36") { + library("OAuth2 OIDC SDK", "8.36.1") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk"