From 43a10eab59cc6b8d062a5eeff7c9db3e47e191bd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Oct 2021 19:15:37 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.0-RC1 Closes gh-28256 --- 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 a184ca82e91..d3bd0d01ed5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1614,7 +1614,7 @@ bom { ] } } - library("Spring AMQP", "2.4.0-SNAPSHOT") { + library("Spring AMQP", "2.4.0-RC1") { group("org.springframework.amqp") { modules = [ "spring-amqp",