From 78909199585b35b958a363aff964d74dcbf3ae05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 09:42:45 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.4.1 Closes gh-29241 --- 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 b0db8007c6e..0015591a84d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1631,7 +1631,7 @@ bom { ] } } - library("Spring AMQP", "2.4.0") { + library("Spring AMQP", "2.4.1") { group("org.springframework.amqp") { modules = [ "spring-amqp",