From 5005bd3ded4ba558504301c22fc6d9804be8c6bd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Mar 2021 18:26:44 +0000 Subject: [PATCH 1/2] Upgrade to Spring Kafka 2.6.7 Closes gh-25578 --- 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 7f3c473e029..f225085c054 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.7-SNAPSHOT") { + library("Spring Kafka", "2.6.7") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 0d7a60f8cf87df4cd13e1d78768e96bfa984e656 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Mar 2021 18:27:16 +0000 Subject: [PATCH 2/2] Upgrade to Spring AMQP 2.3.6 Closes gh-25647 --- 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 f225085c054..a47d1ba2193 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") { + library("Spring AMQP", "2.3.6") { group("org.springframework.amqp") { modules = [ "spring-amqp",