From b6cb9f5c0c284314c4a0ac9ecd5c48bce47311ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Jul 2025 18:20:49 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.2.6 Closes gh-46283 --- 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 3365b9c1a94..0da0a647c73 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2207,7 +2207,7 @@ bom { ] } } - library("Spring AMQP", "3.2.6-SNAPSHOT") { + library("Spring AMQP", "3.2.6") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")