From 9381daddb3e21518d642a4fd4ada5b1e3c41206a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 17:40:01 +0100 Subject: [PATCH 1/2] Upgrade to Spring AMQP 2.4.5 Closes gh-31009 --- 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 8ae40a1ed9..b3a930d78e 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.5-SNAPSHOT") { + library("Spring AMQP", "2.4.5") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 98511420ac2bab0246c29fc96f78c0e635279143 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 17:41:24 +0100 Subject: [PATCH 2/2] Upgrade to Spring AMQP 2.4.5 Closes gh-31022 --- 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 3e52b5c43c..5a1f1561cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1655,7 +1655,7 @@ bom { ] } } - library("Spring AMQP", "2.4.5-SNAPSHOT") { + library("Spring AMQP", "2.4.5") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }