From 7de52640254f889a918cfbfeb6f563d593a1289c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:40:05 +0200 Subject: [PATCH] Upgrade to Spring AMQP 3.0.4 Closes gh-34950 --- 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 f965dd49d3..1f8d80ef4b 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.4-SNAPSHOT") { + library("Spring AMQP", "3.0.4") { group("org.springframework.amqp") { modules = [ "spring-amqp",