From a6de2e88ed6f2efc69285d8e4dba6e0c08c975fc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Nov 2022 17:40:47 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.0.0 Closes gh-33141 --- 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 304277fc4f..c8ec97f98e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1332,7 +1332,7 @@ bom { ] } } - library("Spring AMQP", "3.0.0-SNAPSHOT") { + library("Spring AMQP", "3.0.0") { group("org.springframework.amqp") { modules = [ "spring-amqp",