From 7e52607bab8eb1e4ccdbc5c79de7469c00b6ae4f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 6 Oct 2022 16:26:05 +0200 Subject: [PATCH] Switch to Spring AMQP 3.0.0-SNAPSHOT See gh-32602 --- 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 5331e27f04..84a9eb1ba6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1398,7 +1398,7 @@ bom { ] } } - library("Spring AMQP", "3.0.0-M4") { + library("Spring AMQP", "3.0.0-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",