From 6804ae849ddfc71fdaae2b3483c662baadb4c01c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:38:42 +0200 Subject: [PATCH 1/5] Upgrade to Spring AMQP 2.3.9 Closes gh-26966 --- 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 10a368edfb..25709a5ed5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1544,7 +1544,7 @@ bom { ] } } - library("Spring AMQP", "2.3.9-SNAPSHOT") { + library("Spring AMQP", "2.3.9") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 006995fef71b5062250533a92ae96cd4785df32f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:39:11 +0200 Subject: [PATCH 2/5] Upgrade to Spring Integration 5.4.8 Closes gh-26967 --- 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 25709a5ed5..ea16367173 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Integration", "5.4.8-SNAPSHOT") { + library("Spring Integration", "5.4.8") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From b5cdc8427359957cd98a12168c77c3764a5f4c52 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:40:03 +0200 Subject: [PATCH 3/5] Upgrade to Spring AMQP 2.3.9 Closes gh-26972 --- 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 02e5fc9f39..b42d6ec486 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1629,7 +1629,7 @@ bom { ] } } - library("Spring AMQP", "2.3.8") { + library("Spring AMQP", "2.3.9") { group("org.springframework.amqp") { modules = [ "spring-amqp", From dd63f98fcf8bb62fc6072331c78bde1f14a98efe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:40:34 +0200 Subject: [PATCH 4/5] Upgrade to Spring Kafka 2.7.3 Closes gh-26973 --- 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 b42d6ec486..6f1ed90dd9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Kafka", "2.7.3-SNAPSHOT") { + library("Spring Kafka", "2.7.3") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 32d6b52980791bd4f95e5f1935e54bb6a6fcbeb1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:40:59 +0200 Subject: [PATCH 5/5] Upgrade to Spring Integration 5.5.1 Closes gh-26974 --- 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 6f1ed90dd9..b81a9594c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Integration", "5.5.1-SNAPSHOT") { + library("Spring Integration", "5.5.1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"