From 95f561afc071d99a52f4167fdba65af7317a725b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Mar 2022 20:20:23 +0000 Subject: [PATCH 1/2] Upgrade to Spring AMQP 2.5.11 Closes gh-30173 --- 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 b2569cd7ec9..eb86e34ab35 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1688,7 +1688,7 @@ bom { ] } } - library("Spring AMQP", "2.3.15-SNAPSHOT") { + library("Spring AMQP", "2.3.15") { group("org.springframework.amqp") { modules = [ "spring-amqp", From b2e8087f3c637259382e41338a2834f6a72c5385 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Mar 2022 20:21:42 +0000 Subject: [PATCH 2/2] Upgrade to Spring AMQP 2.4.3 Closes gh-30180 --- 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 071fd9c6fea..d1cfb6ee5a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring AMQP", "2.4.3-SNAPSHOT") { + library("Spring AMQP", "2.4.3") { group("org.springframework.amqp") { modules = [ "spring-amqp",