From 03e1b255eaaf263f9a6526d77462069fe4aff298 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Jun 2021 21:18:37 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.2.18.RELEASE Closes gh-26770 --- 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 bdccf13dc1..bc2fd9aae1 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.18.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.18.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",