From 39354d079df29a984ff12033d9d73a328344f8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 9 Jan 2025 16:20:22 +0100 Subject: [PATCH] Start building against Spring AMQP 3.2.2 snapshots See gh-43760 --- 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 f4f590dd55..833fa7d6f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2080,7 +2080,7 @@ bom { ] } } - library("Spring AMQP", "3.2.1") { + library("Spring AMQP", "3.2.2-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [