From c9702994456f0099f83ac98ba4e4a191a2180184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 4 Jul 2025 11:39:52 +0200 Subject: [PATCH] Start building against Spring AMQP 3.2.6 snapshots See gh-46283 --- 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 9bcd2b2a213..c075ebff0f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2207,7 +2207,7 @@ bom { ] } } - library("Spring AMQP", "3.2.5") { + library("Spring AMQP", "3.2.6-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")