From b2e8087f3c637259382e41338a2834f6a72c5385 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Mar 2022 20:21:42 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.4.3 Closes gh-30180 --- 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 071fd9c6fea6..d1cfb6ee5a54 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.3-SNAPSHOT") { + library("Spring AMQP", "2.4.3") { group("org.springframework.amqp") { modules = [ "spring-amqp",