From 3438934a9ea09da6ac07375499c04f1ab499757c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:07:17 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.4.4 Closes gh-30701 --- 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 b360591f18..041cb7914c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring AMQP", "2.4.4-SNAPSHOT") { + library("Spring AMQP", "2.4.4") { group("org.springframework.amqp") { modules = [ "spring-amqp",