From e91d0da022f5b381570c605beb72f18fd9836920 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 4 Dec 2024 11:48:23 -0800 Subject: [PATCH] Start building against Spring AMQP 3.2.1 snapshots See gh-43411 --- 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 b7af739f09..2397809178 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2079,7 +2079,7 @@ bom { ] } } - library("Spring AMQP", "3.2.0") { + library("Spring AMQP", "3.2.1-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [