From b5cdc8427359957cd98a12168c77c3764a5f4c52 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:40:03 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.3.9 Closes gh-26972 --- 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 02e5fc9f39..b42d6ec486 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1629,7 +1629,7 @@ bom { ] } } - library("Spring AMQP", "2.3.8") { + library("Spring AMQP", "2.3.9") { group("org.springframework.amqp") { modules = [ "spring-amqp",