From c24b81b1e6240390dc0bc7fdafeed1d763535ee4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:41:52 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.0.2 Closes gh-34351 --- 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 55e91e6d5a..42b382af3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1317,7 +1317,7 @@ bom { ] } } - library("Spring AMQP", "3.0.1") { + library("Spring AMQP", "3.0.2") { group("org.springframework.amqp") { modules = [ "spring-amqp",