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