From 10355fc6dc5dda493eaf97af5e3e3658b8dd8051 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Nov 2020 19:27:48 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.3.1 Closes gh-24073 --- 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 173e83376d..9ed3d82dd5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1534,7 +1534,7 @@ bom { ] } } - library("Spring AMQP", "2.3.0") { + library("Spring AMQP", "2.3.1") { group("org.springframework.amqp") { modules = [ "spring-amqp",