From d058af5be21fe062a67c78006184c37bb6aef91d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Nov 2021 19:58:29 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.0 Closes gh-28518 --- 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 f96377aa1b..24a66f9dac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1621,7 +1621,7 @@ bom { ] } } - library("Spring AMQP", "2.4.0-SNAPSHOT") { + library("Spring AMQP", "2.4.0") { group("org.springframework.amqp") { modules = [ "spring-amqp",