From 5fbcdfc3930aeedb999319dced3eedb0ebb61fb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Oct 2022 18:17:40 +0100 Subject: [PATCH] Upgrade to Spring AMQP 3.0.0-RC1 Closes gh-32602 --- 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 b5a98a51252..8c39cba659c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1403,7 +1403,7 @@ bom { ] } } - library("Spring AMQP", "3.0.0-SNAPSHOT") { + library("Spring AMQP", "3.0.0-RC1") { group("org.springframework.amqp") { modules = [ "spring-amqp",