From 2eef71cba5ab7b05eec2fb543eca9804594a80ee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 15:08:49 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.2.6 Closes gh-20947 --- 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 58c909aa8e..d633e7e31c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1603,7 +1603,7 @@ bom { ] } } - library("Spring AMQP", "2.2.6.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.6.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",