From 29484e5129cbe04e0af41c8e8b29202472465fc3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:39:37 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.4.12 Closes gh-34947 --- 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 a3b4cf1b41..da725e8a1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1710,7 +1710,7 @@ bom { ] } } - library("Spring AMQP", "2.4.12-SNAPSHOT") { + library("Spring AMQP", "2.4.12") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6"