From 2f48ab119b4e2e1e9e8b36dffb2cb7a2ef5d31b8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Oct 2020 09:06:26 +0200 Subject: [PATCH] Upgrade to Spring AMQP 2.3.0-RC1 Closes gh-23680 --- 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 217b4cd5f1..d2fdc4ca19 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1533,7 +1533,7 @@ bom { ] } } - library("Spring AMQP", "2.3.0-SNAPSHOT") { + library("Spring AMQP", "2.3.0-RC1") { group("org.springframework.amqp") { modules = [ "spring-amqp",