From 69e9519957dab0c8bb74d9d990a4c0df6c6e01c7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Apr 2025 12:07:46 -0700 Subject: [PATCH] Start building against Spring AMQP 3.2.5 snapshots See gh-45088 --- 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 cf1caea304..47b464f9c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2046,7 +2046,7 @@ bom { ] } } - library("Spring AMQP", "3.2.4") { + library("Spring AMQP", "3.2.5-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom")