From 4c68ae7102f37efddc658fd52cbb73eaf46279b8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:15:36 +0100 Subject: [PATCH 01/10] Upgrade to Netty 4.1.58.Final Closes gh-24818 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 3deec42390..936799e11d 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -161,7 +161,7 @@ 8.0.22 1.9.22 3.2.19 - 4.1.56.Final + 4.1.58.Final 2.0.36.Final 1.1.0 19.3.0.0 From 0d48b9ff2f2c0ec3cc4d54c07da675a83c356e9d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:16:31 +0100 Subject: [PATCH 02/10] Upgrade to Spring Amqp 2.2.14.RELEASE Closes gh-24819 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 936799e11d..128dca7255 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -187,7 +187,7 @@ 1.7.30 1.25 8.2.0 - 2.2.13.RELEASE + 2.2.14.RELEASE 4.2.5.RELEASE 2.0.7.RELEASE Moore-SR12 From a9f7b2a29bc5c032fe36330c718e6017afb3a6d5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:16:32 +0100 Subject: [PATCH 03/10] Upgrade to Spring Integration 5.2.11.RELEASE Closes gh-24820 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 128dca7255..6b869bf47f 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -193,7 +193,7 @@ Moore-SR12 5.2.12.RELEASE 1.0.5.RELEASE - 5.2.10.RELEASE + 5.2.11.RELEASE 2.3.13.RELEASE 2.3.3.RELEASE 2.0.5.RELEASE From 5cde6ba7198e456241b26e194c58e856d5b994cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:16:54 +0100 Subject: [PATCH 04/10] Upgrade to Dependency Management Plugin 1.0.11 Close gh-24742 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 6b869bf47f..efa5c237f2 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -54,7 +54,7 @@ 2.7.0 2.7.18 2.1.0 - 1.0.10.RELEASE + 1.0.11.RELEASE 11.5.5.0 10.14.2.0 4.1.17 From 1dd445b6ca4f3f4ad1de48e1d9c3bf8e5ca26b3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:23 +0100 Subject: [PATCH 05/10] Upgrade to Dependency Management Plugin 1.0.11.RELEASE Closes gh-24821 --- 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 c38a637e62..54ffb305d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -230,7 +230,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.0.10.RELEASE") { + library("Dependency Management Plugin", "1.0.11.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin" From 6f9e3a6e94cb8928a46622b19817b73ee2176bc8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:24 +0100 Subject: [PATCH 06/10] Upgrade to Netty 4.1.58.Final Closes gh-24822 --- 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 54ffb305d1..b38f134567 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1243,7 +1243,7 @@ bom { ] } } - library("Netty", "4.1.56.Final") { + library("Netty", "4.1.58.Final") { group("io.netty") { imports = [ "netty-bom" From 92f132ae35407e5ef2d591a771f68de02da0d966 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:25 +0100 Subject: [PATCH 07/10] Upgrade to Netty tcNative 2.0.36.Final Closes gh-24823 --- 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 b38f134567..8217827c60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1250,7 +1250,7 @@ bom { ] } } - library("Netty tcNative", "2.0.35.Final") { + library("Netty tcNative", "2.0.36.Final") { group("io.netty") { modules = [ "netty-tcnative", From 8908969a6c19135f9631d3be6444cd8827cab12e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:26 +0100 Subject: [PATCH 08/10] Upgrade to Spring AMQP 2.2.14.RELEASE Closes gh-24824 --- 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 8217827c60..265770b336 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring AMQP", "2.2.13.RELEASE") { + library("Spring AMQP", "2.2.14.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 696539c68ffcc6d7ef9f06f5606828fcde49d960 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:27 +0100 Subject: [PATCH 09/10] Upgrade to Spring Integration 5.3.5.RELEASE Closes gh-24825 --- 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 265770b336..2a4428e902 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1686,7 +1686,7 @@ bom { ] } } - library("Spring Integration", "5.3.4.RELEASE") { + library("Spring Integration", "5.3.5.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 3ecd1001a1ed4c7ef23bd800b6c3fdefa0490f41 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:29 +0100 Subject: [PATCH 10/10] Upgrade to Spring Kafka 2.5.11.RELEASE Closes gh-24826 --- 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 2a4428e902..2e1c6844a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1693,7 +1693,7 @@ bom { ] } } - library("Spring Kafka", "2.5.10.RELEASE") { + library("Spring Kafka", "2.5.11.RELEASE") { group("org.springframework.kafka") { modules = [ "spring-kafka",