From cddfa4b58ce86990e0133f5cb30627a38858ad8b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 03:30:23 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.4.7 Closes gh-32276 --- 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 0417aba38769..8bb29365d783 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1647,7 +1647,7 @@ bom { ] } } - library("Spring AMQP", "2.4.7-SNAPSHOT") { + library("Spring AMQP", "2.4.7") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }