From 16f65ce853fc327c518cd0c0751f0de69604b830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 17:00:02 +0100 Subject: [PATCH] Start building against Spring AMQP 3.2.3 snapshots See gh-44279 --- 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 b09c5b6718..6ffe5961af 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2174,7 +2174,7 @@ bom { ] } } - library("Spring AMQP", "3.2.2") { + library("Spring AMQP", "3.2.3-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [