From 36c12e3651fbdec2ac027bc73f18cc4c31d5c75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:49 +0900 Subject: [PATCH] Start building against Spring AMQP 3.1.8 snapshots See gh-43004 --- 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 01f175d26be..e68e10e478b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1902,7 +1902,7 @@ bom { ] } } - library("Spring AMQP", "3.1.7") { + library("Spring AMQP", "3.1.8-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [