From c6eec58c029c3908acd6e97e87f242e89365e7fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 20 Jan 2026 15:14:25 +0000 Subject: [PATCH] Upgrade to Spring AMQP 4.0.2 Closes gh-48832 --- 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 f56088610cb..e1a9dadb942 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2371,7 +2371,7 @@ bom { ] } } - library("Spring AMQP", "4.0.2-SNAPSHOT") { + library("Spring AMQP", "4.0.2") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")