From c5b352bd2e2f21f5afab5be995e0c148f539f34c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:14:22 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.0.3 Closes gh-34608 --- 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 3544dc8ad1a..60285cd4e26 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.3-SNAPSHOT") { + library("Spring AMQP", "3.0.3") { group("org.springframework.amqp") { modules = [ "spring-amqp",