From 4a28e21047270ed871589222390ad8318a5e4f12 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 10:39:48 +0200 Subject: [PATCH 1/2] Upgrade to OAuth2 OIDC SDK 9.9 Closes gh-27038 --- 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 dd3071934c..2eba2ebf4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1284,7 +1284,7 @@ bom { ] } } - library("OAuth2 OIDC SDK", "9.3.3") { + library("OAuth2 OIDC SDK", "9.9") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk" From 254a29f9be7dcd9d013565402849e71ed76c57a5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Jun 2021 10:40:06 +0200 Subject: [PATCH 2/2] Upgrade to Nimbus JOSE JWT 9.10 Closes gh-27039 --- 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 2eba2ebf4f..6190e97841 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1291,7 +1291,7 @@ bom { ] } } - library("Nimbus JOSE JWT", "9.8.1") { + library("Nimbus JOSE JWT", "9.10") { group("com.nimbusds") { modules = [ "nimbus-jose-jwt"