From 033b6b5dbec19d7f36abae907006f7de6384dcb9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 03:29:16 +0200 Subject: [PATCH 1/2] Upgrade to Spring AMQP 2.4.7 Closes gh-32269 --- 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 2a0caaa3ab..902518517a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1680,7 +1680,7 @@ bom { ] } } - library("Spring AMQP", "2.4.7-SNAPSHOT") { + library("Spring AMQP", "2.4.7") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 6c37838f31e53f55beda5cafdd012d1fa29b1b45 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 03:29:41 +0200 Subject: [PATCH 2/2] Upgrade to Spring Kafka 2.8.9 Closes gh-32270 --- 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 902518517a..8892f773c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Kafka", "2.8.9-SNAPSHOT") { + library("Spring Kafka", "2.8.9") { group("org.springframework.kafka") { modules = [ "spring-kafka",