From 69da7b4188e369d77ef368728a51062c922049f9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Nov 2021 19:56:04 +0100 Subject: [PATCH 1/4] Upgrade to Spring AMQP 2.3.12 Closes gh-28599 --- 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 93b241e4a8..2a6c3e0b52 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 AMQP", "2.3.12-SNAPSHOT") { + library("Spring AMQP", "2.3.12") { group("org.springframework.amqp") { modules = [ "spring-amqp", From a23b737443ca842d38d8deb5927e47c6ad177d66 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Nov 2021 19:56:26 +0100 Subject: [PATCH 2/4] Upgrade to Spring Kafka 2.6.12 Closes gh-28685 --- 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 2a6c3e0b52..295094d1ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Kafka", "2.6.11") { + library("Spring Kafka", "2.6.12") { group("org.springframework.kafka") { modules = [ "spring-kafka", From d3c5563e60a13065f281a8cf05fa262140439ac8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Nov 2021 19:57:15 +0100 Subject: [PATCH 3/4] Upgrade to Spring AMQP 2.3.12 Closes gh-28600 --- 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 7630cd2bc3..bb18533a0d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1643,7 +1643,7 @@ bom { ] } } - library("Spring AMQP", "2.3.12-SNAPSHOT") { + library("Spring AMQP", "2.3.12") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 882c58b1f1155eb3524b874136c0532599656484 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Nov 2021 19:57:41 +0100 Subject: [PATCH 4/4] Upgrade to Spring Kafka 2.7.9 Closes gh-28539 --- 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 bb18533a0d..448790c793 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1691,7 +1691,7 @@ bom { ] } } - library("Spring Kafka", "2.7.9-SNAPSHOT") { + library("Spring Kafka", "2.7.9") { group("org.springframework.kafka") { modules = [ "spring-kafka",