From db9130b2a660c790a7b2bfc8ad0fa00738986d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 16 Mar 2026 21:10:29 +0100 Subject: [PATCH] Upgrade to Spring AMQP 4.1.0-M3 Closes gh-49438 --- 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 cb78a9f20ff..02a1b96dbac 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2427,7 +2427,7 @@ bom { ] } } - library("Spring AMQP", "4.1.0-SNAPSHOT") { + library("Spring AMQP", "4.1.0-M3") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")