From 251f4e8a3fdd72456bea453f05bc09e1d2ec55f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:12:00 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.14 Closes gh-29312 --- 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 ad6bf62389f..cb65b43226c 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.3.14-SNAPSHOT") { + library("Spring AMQP", "2.3.14") { group("org.springframework.amqp") { modules = [ "spring-amqp",