From 1f53e93b8d069f44f50cc929143d1dab70559aaf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 07:27:05 +0200 Subject: [PATCH 1/3] Upgrade to Netty tcNative 2.0.40.Final Closes gh-27066 --- 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 ea163671732..d8304631932 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1188,7 +1188,7 @@ bom { ] } } - library("Netty tcNative", "2.0.39.Final") { + library("Netty tcNative", "2.0.40.Final") { group("io.netty") { modules = [ "netty-tcnative", From d4039648c70284fbfefdf18c1206603720521207 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 07:27:06 +0200 Subject: [PATCH 2/3] Upgrade to OAuth2 OIDC SDK 8.36.2 Closes gh-27067 --- 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 d8304631932..e2fe6316e34 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1197,7 +1197,7 @@ bom { } } library("OAuth2 OIDC SDK") { - version("8.36.1") { + version("8.36.2") { shouldAlignWithVersionFrom("Spring Security") } group("com.nimbusds") { From 6889d2adda64fc94771f8199251953f86032e43c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 07:27:08 +0200 Subject: [PATCH 3/3] Upgrade to Nimbus JOSE JWT 8.22 Closes gh-27068 --- 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 e2fe6316e34..7ba68622dd8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1207,7 +1207,7 @@ bom { } } library("Nimbus JOSE JWT") { - version("8.20.2") { + version("8.22") { shouldAlignWithVersionFrom("Spring Security") } group("com.nimbusds") {