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