From be4d0bccf91342f86e793b67d7d1b3e34c744aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 4 Aug 2026 19:55:34 +0200 Subject: [PATCH] Upgrade to Spring AMQP 4.2.0-M1 Closes gh-51221 --- 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 3c84d9c44da..a471e501d46 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2541,7 +2541,7 @@ bom { ] } } - library("Spring AMQP", "4.2.0-INTERNAL-SNAPSHOT") { + library("Spring AMQP", "4.2.0-M1") { firstParty() group("org.springframework.amqp") { bom("spring-amqp-bom")