From 60fcc4bab1418cc2f03fa107afe1780a0b6f53c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 Jan 2020 20:13:18 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.2.3.RELEASE Closes gh-19651 --- 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 0cd468f3027..04c6ce4521b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1618,7 +1618,7 @@ bom { ] } } - library('Spring AMQP', '2.2.3.BUILD-SNAPSHOT') { + library('Spring AMQP', '2.2.3.RELEASE') { group('org.springframework.amqp') { modules = [ 'spring-amqp',