From a871c773b58c1dc289e1aa8d04a9cb3ff4837946 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Jan 2023 13:13:43 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.0.1 Closes gh-33811 --- 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 79ece0f3d8..3cd59b0a69 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1336,7 +1336,7 @@ bom { ] } } - library("Spring AMQP", "3.0.1-SNAPSHOT") { + library("Spring AMQP", "3.0.1") { group("org.springframework.amqp") { modules = [ "spring-amqp",