From a2695f215c8400762dceb82d6b338346c0f666a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 11:29:22 +0000 Subject: [PATCH 1/5] Upgrade to Spring Data 2020.0.5 Closes gh-25002 --- 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 1a784918cc..1d98f19df6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.5-SNAPSHOT") { + library("Spring Data Bom", "2020.0.5") { group("org.springframework.data") { imports = [ "spring-data-bom" From 332ab5e1c688f0a8d4d11e7ba0e133d10689de43 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 11:30:04 +0000 Subject: [PATCH 2/5] Upgrade to Spring AMQP 2.3.5 Closes gh-25290 --- 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 1d98f19df6..fc304d1a5d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.5-SNAPSHOT") { + library("Spring AMQP", "2.3.5") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 50a258a9ec4a7d146ac09bc839f7ebd89b348ff9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 11:30:43 +0000 Subject: [PATCH 3/5] Upgrade to Spring Integration 5.4.4 Closes gh-25289 --- 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 fc304d1a5d..6645efed6c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1579,7 +1579,7 @@ bom { ] } } - library("Spring Integration", "5.4.4-SNAPSHOT") { + library("Spring Integration", "5.4.4") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 08f73e01da7c5538acae3c302817b5b1fd387f2e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 11:31:18 +0000 Subject: [PATCH 4/5] Upgrade to Spring Kafka 2.6.6 Closes gh-25292 --- 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 6645efed6c..85a40aa1e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1586,7 +1586,7 @@ bom { ] } } - library("Spring Kafka", "2.6.6-SNAPSHOT") { + library("Spring Kafka", "2.6.6") { group("org.springframework.kafka") { modules = [ "spring-kafka", From bb56de715bd50e58e95145fbe2638eec63f1965f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 11:33:18 +0000 Subject: [PATCH 5/5] Upgrade to Spring Security 5.4.5 This commit also downgrade JOSE JWT to address an incompatibility with the OIDC SDK 8.x. The OIDC SDK has also been upgraded to the latest 8.x release to align with the version used by Spring Security. Closes gh-25221 Fixes gh-25070 --- spring-boot-project/spring-boot-dependencies/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 85a40aa1e5..3996a0da70 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1196,14 +1196,14 @@ bom { ] } } - library("OAuth2 OIDC SDK", "8.23.1") { + library("OAuth2 OIDC SDK", "8.36") { group("com.nimbusds") { modules = [ "oauth2-oidc-sdk" ] } } - library("Nimbus JOSE JWT", "9.1.3") { + library("Nimbus JOSE JWT", "8.20.2") { group("com.nimbusds") { modules = [ "nimbus-jose-jwt" @@ -1624,7 +1624,7 @@ bom { ] } } - library("Spring Security", "5.4.2") { + library("Spring Security", "5.4.5") { group("org.springframework.security") { imports = [ "spring-security-bom"