From e7b9984f4814420c6432097d5c1745ad31265ee2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 25 Jul 2023 20:47:06 +0200 Subject: [PATCH] Upgrade to Spring AMQP 3.0.7 Closes gh-36573 --- 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 34856ae4a7..cfcbb99835 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1369,7 +1369,7 @@ bom { ] } } - library("Spring AMQP", "3.0.6") { + library("Spring AMQP", "3.0.7") { group("org.springframework.amqp") { imports = [ "spring-amqp-bom"