From 5edeb2efcd2c68843166ebcb5819a08a37ffc581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 18 Nov 2025 09:13:20 +0100 Subject: [PATCH] Upgrade to Spring AMQP 4.0.0 Closes gh-47823 --- 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 221a62a6666..d509f612917 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.0-SNAPSHOT") { + library("Spring AMQP", "4.0.0") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")