From 83ad93844b2a2206283f48ffe55f21fd107810bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 May 2021 08:33:05 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.3.7 Closes gh-26383 --- 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 fb3c723602..0841e60f86 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.7-SNAPSHOT") { + library("Spring AMQP", "2.3.7") { group("org.springframework.amqp") { modules = [ "spring-amqp",