From ee71aff8e999fcb1ae174fc53533096f4fa7853b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 17 Feb 2026 19:30:11 +0100 Subject: [PATCH] Upgrade to Spring AMQP 4.1.0-M2 Closes gh-49114 --- 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 c892954c753..84105fbd098 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2426,7 +2426,7 @@ bom { ] } } - library("Spring AMQP", "4.1.0-SNAPSHOT") { + library("Spring AMQP", "4.1.0-M2") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")