From bec065dfd3740074eae5f1a9adbf9a3aaee59d15 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 18:12:59 +0000 Subject: [PATCH] Upgrade to Spring AMQP 2.2.15.RELEASE Closes gh-25284 --- 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 7b6b1673785f..fac92567e04a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring AMQP", "2.2.15.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.15.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",