From 754b52c6bcf9956bce8f7c036b9ed1c7eb4c0540 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Oct 2021 19:12:19 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.3.11 Closes gh-28226 --- 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 659d31db7d6..3b6106b0dbe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1551,7 +1551,7 @@ bom { ] } } - library("Spring AMQP", "2.3.11-SNAPSHOT") { + library("Spring AMQP", "2.3.11") { group("org.springframework.amqp") { modules = [ "spring-amqp",