From 70c1cabe66e050b68c8ef6665ddb2d33cc811a60 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 11:00:50 +0100 Subject: [PATCH] Start building against Spring AMQP 3.2.0 snapshots See gh-42558 --- 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 77d5dd5c8c4..d19cd9ce580 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1896,7 +1896,7 @@ bom { ] } } - library("Spring AMQP", "3.2.0-M3") { + library("Spring AMQP", "3.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [