From 98511420ac2bab0246c29fc96f78c0e635279143 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 17:41:24 +0100 Subject: [PATCH] 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" }