From 1785119cae8ca869905051ed3d6c82851d76f67d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:41:07 +0200 Subject: [PATCH] Upgrade to Spring AMQP 3.0.4 Closes gh-34967 --- 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 4e105e3713..d8072853a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1324,7 +1324,7 @@ bom { ] } } - library("Spring AMQP", "3.0.4-SNAPSHOT") { + library("Spring AMQP", "3.0.4") { group("org.springframework.amqp") { modules = [ "spring-amqp",