From 747cb2dac95be3ec1a6d6fb83c49c318d2383dec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:43:41 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.17 Closes gh-37676 --- 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 a284f455fd5..cee81d09fb0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1721,7 +1721,7 @@ bom { ] } } - library("Spring AMQP", "2.4.17-SNAPSHOT") { + library("Spring AMQP", "2.4.17") { considerSnapshots() prohibit { versionRange "[3.0.0-M1,)"