From 9dd9a2fa3370071651ec737d3e78fe9f4ac17e61 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 May 2021 08:34:35 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.3.7 Closes gh-26384 --- 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 43391ab874..4933c8b558 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1623,7 +1623,7 @@ bom { ] } } - library("Spring AMQP", "2.3.7-SNAPSHOT") { + library("Spring AMQP", "2.3.7") { group("org.springframework.amqp") { modules = [ "spring-amqp",