From 7a7aef80d9473d0b1acd707deccafab8862f04d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 18:24:53 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.2.11 Closes gh-23373 --- 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 14d35a8fcf..f24191eec2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring AMQP", "2.2.10.RELEASE") { + library("Spring AMQP", "2.2.11.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",