From 69da7b4188e369d77ef368728a51062c922049f9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Nov 2021 19:56:04 +0100 Subject: [PATCH 1/2] 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 93b241e4a8ca..2a6c3e0b528b 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/2] 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 2a6c3e0b528b..295094d1edc0 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",