From 6d39656d3850deea5fc54b440e30da5a6e56c136 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 23 Jun 2026 10:03:21 +0100 Subject: [PATCH] Start building against Spring AMQP 3.2.12 snapshots See gh-50818 --- 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 9c4a5dc837a..cf1a0be3326 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.11") { + library("Spring AMQP", "3.2.12-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")