From dfd32e7a54bc596c851c59d00daccb8e6824505e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:52 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.2.7.RELEASE Closes gh-21978 --- 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 ef6b900755..f29128e9cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1652,7 +1652,7 @@ bom { ] } } - library("Spring AMQP", "2.2.6.RELEASE") { + library("Spring AMQP", "2.2.7.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",