From 8bdc4f439518c66f49be17ba11898788aad79fbf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:14:57 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.4.4 Closes gh-30703 --- 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 9789e13bab..19cc19d6de 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring AMQP", "2.4.4-SNAPSHOT") { + library("Spring AMQP", "2.4.4") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }