From 9381daddb3e21518d642a4fd4ada5b1e3c41206a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 17:40:01 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.5 Closes gh-31009 --- 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 8ae40a1ed9..b3a930d78e 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.5-SNAPSHOT") { + library("Spring AMQP", "2.4.5") { group("org.springframework.amqp") { modules = [ "spring-amqp",