From d112b8a289b4e7df504751175c69f164f935882b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 20:27:50 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.2.12 Closes gh-23784 --- 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 6153577637a..36acf95b47c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring AMQP", "2.2.12.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.12.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",