From d3c5563e60a13065f281a8cf05fa262140439ac8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Nov 2021 19:57:15 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.12 Closes gh-28600 --- 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 7630cd2bc334..bb18533a0d4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1643,7 +1643,7 @@ bom { ] } } - library("Spring AMQP", "2.3.12-SNAPSHOT") { + library("Spring AMQP", "2.3.12") { group("org.springframework.amqp") { modules = [ "spring-amqp",