From 9860f9705c84a50a6921da593448b0623c503426 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 Feb 2020 20:03:16 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.2.4.RELEASE Closes gh-20105 --- 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 1dd8926e4d..3ef5119520 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1561,7 +1561,7 @@ bom { ] } } - library("Spring AMQP", "2.2.4.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.4.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",