From 78b9fc4abebee369bc7ae21ef0f56ec558af76c5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 27 May 2026 11:03:35 +0100 Subject: [PATCH] Start building against Spring AMQP 4.0.4 snapshots See gh-50538 --- 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 37651053026..ee71e9bde5a 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2396,7 +2396,7 @@ bom { ] } } - library("Spring AMQP", "4.0.3") { + library("Spring AMQP", "4.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")