From 2fb8eefcafc4a5bd154ec0f9125e390ccae0eeaf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 27 May 2026 12:11:30 +0100 Subject: [PATCH] Start building against Spring AMQP 4.1.0 snapshots See gh-50562 --- 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 87c7a3e633a..24860b117c4 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2512,7 +2512,7 @@ bom { ] } } - library("Spring AMQP", "4.1.0-RC1") { + library("Spring AMQP", "4.1.0-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")