From 49fd727ef078a7e876cefea392f223d65ff8a4ad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jun 2022 16:34:47 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.6 Closes gh-31348 --- 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 901178ff881..1f32e526ec1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring AMQP", "2.4.6-SNAPSHOT") { + library("Spring AMQP", "2.4.6") { group("org.springframework.amqp") { modules = [ "spring-amqp",