From 9973937af314e85390f2452d06964d0142d7ae1f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 17:15:50 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.10 Closes gh-27391 --- 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 2c85e78b0d..bdcd285cf3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1544,7 +1544,7 @@ bom { ] } } - library("Spring AMQP", "2.3.9") { + library("Spring AMQP", "2.3.10") { group("org.springframework.amqp") { modules = [ "spring-amqp",