From 8908969a6c19135f9631d3be6444cd8827cab12e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:26 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.2.14.RELEASE Closes gh-24824 --- 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 8217827c605..265770b3361 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring AMQP", "2.2.13.RELEASE") { + library("Spring AMQP", "2.2.14.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",