From 09dd4f8a2b6c03d7c97ff601bab3ff8cc2a5a39e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 18:06:54 +0100 Subject: [PATCH] Upgrade to Spring AMQP 4.1.0 Closes gh-50562 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 057716eec34..307d77afcdf 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2508,7 +2508,7 @@ bom { ] } } - library("Spring AMQP", "4.1.0-SNAPSHOT") { + library("Spring AMQP", "4.1.0") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")