From f43f8f6d731c5c1e1d6c48e2a2a6046737e3516e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:42 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.2.16.RELEASE Closes gh-25973 --- 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 53c788f8d64..c343e37f1fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring AMQP", "2.2.15.RELEASE") { + library("Spring AMQP", "2.2.16.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",