From 9c8a68ee9c9954ab45059ee2b6c41769daed8710 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 18:58:13 +0000 Subject: [PATCH] Upgrade to Spring AMQP 3.0.3 Closes gh-34610 --- 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 64b6ff8c24..179043feaa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1325,7 +1325,7 @@ bom { ] } } - library("Spring AMQP", "3.0.3-SNAPSHOT") { + library("Spring AMQP", "3.0.3") { group("org.springframework.amqp") { modules = [ "spring-amqp",