From 47289de332db81b4e917e7ca13457ec5434e7156 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 20 Jul 2021 13:14:07 +0100 Subject: [PATCH 1/2] Upgrade to Spring Kafka 2.7.4 Closes gh-27165 --- 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 1f405bab0cc..59c45df41cf 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.4-SNAPSHOT") { + library("Spring Kafka", "2.7.4") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 5783caabd705a76c37e54cea01ddd5f3a9a8bf65 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 20 Jul 2021 13:14:48 +0100 Subject: [PATCH 2/2] Upgrade to Spring AMQP 2.3.10 Closes gh-27392 --- 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 59c45df41cf..0819854a7df 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.9") { + library("Spring AMQP", "2.3.10") { group("org.springframework.amqp") { modules = [ "spring-amqp",