From 43effa5c8f400b832bf4220ec21879bec5f8ac9a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 17:43:10 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.0.0-M3 Closes gh-31066 --- 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 caa8fb9399b..828591b09d7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1380,7 +1380,7 @@ bom { ] } } - library("Spring AMQP", "3.0.0-M2") { + library("Spring AMQP", "3.0.0-M3") { group("org.springframework.amqp") { modules = [ "spring-amqp",