From d6d0abcfd5d2b17378acd06efaa41db3e859db3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:53:30 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.4 Closes gh-24702 --- 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 846e8db518d7..19f5a4bc503e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1537,7 +1537,7 @@ bom { ] } } - library("Spring AMQP", "2.3.3-SNAPSHOT") { + library("Spring AMQP", "2.3.4") { group("org.springframework.amqp") { modules = [ "spring-amqp",