From 794a4ea0ab55d88a83a06c4d55fa5ef624fed668 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 20:29:40 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.0 Closes gh-23785 --- 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 94273f3d7f..4ffac1649a 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-RC1") { + library("Spring AMQP", "2.3.0") { group("org.springframework.amqp") { modules = [ "spring-amqp",