From a5d310706435c3a8ad255a75f8ed33a033b7c89d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:08:47 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.0.2 Closes gh-34322 --- 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 34aea29c8e..8cd0096ab0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1330,7 +1330,7 @@ bom { ] } } - library("Spring AMQP", "3.0.1") { + library("Spring AMQP", "3.0.2") { group("org.springframework.amqp") { modules = [ "spring-amqp",