From 7710250bbd867aec5664537ac9057789da14bbbb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 27 May 2026 10:19:54 +0100 Subject: [PATCH] Start building against Spring AMQP 3.2.11 snapshots See gh-50514 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 79c1b350c9f..c59685c8e02 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2232,7 +2232,7 @@ bom { ] } } - library("Spring AMQP", "3.2.10") { + library("Spring AMQP", "3.2.11-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")