From 5ee1248c4cc5a68e240599ccea6dabbcd2b0f4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 9 Jan 2025 11:04:28 +0100 Subject: [PATCH] Start building against Spring AMQP 3.2.2 snapshots See gh-43748 --- 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 8868430ee23..d7041aaec11 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2081,7 +2081,7 @@ bom { ] } } - library("Spring AMQP", "3.2.1") { + library("Spring AMQP", "3.2.2-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [