From ac1203551cc1763855ecad1f3b47e42c59edb49c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 27 Jul 2022 15:55:42 +0100 Subject: [PATCH] Start building against Spring AMQP 3.0.0-M4 snapshots See gh-31861 --- 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 8b5b899e348..98e6ecefe9a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1383,7 +1383,7 @@ bom { ] } } - library("Spring AMQP", "3.0.0-M3") { + library("Spring AMQP", "3.0.0-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",