From 22fa5d257a70784d981d726825089e873cfba42c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:24 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.2.5.RELEASE Closes gh-20468 --- 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 c858df3fbd..d2533226a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1598,7 +1598,7 @@ bom { ] } } - library("Spring AMQP", "2.2.4.RELEASE") { + library("Spring AMQP", "2.2.5.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",