From 155f8a1a88ef2c1aae72242814acce44f1a6d05d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 18:44:52 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.2.9 Closes gh-22387 --- 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 b61b447256..0a109269df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1633,7 +1633,7 @@ bom { ] } } - library("Spring AMQP", "2.2.9.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.9.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",