From bed7df63a9f1eb1d4ca6402a6d9033db7fbdd444 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Nov 2022 17:39:58 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.8 Closes gh-33223 --- 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 59f0b4e98b..49ef02fc8a 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.8-SNAPSHOT") { + library("Spring AMQP", "2.4.8") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }