From 6804ae849ddfc71fdaae2b3483c662baadb4c01c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:38:42 +0200 Subject: [PATCH 1/2] Upgrade to Spring AMQP 2.3.9 Closes gh-26966 --- 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 10a368edfb..25709a5ed5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1544,7 +1544,7 @@ bom { ] } } - library("Spring AMQP", "2.3.9-SNAPSHOT") { + library("Spring AMQP", "2.3.9") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 006995fef71b5062250533a92ae96cd4785df32f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:39:11 +0200 Subject: [PATCH 2/2] Upgrade to Spring Integration 5.4.8 Closes gh-26967 --- 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 25709a5ed5..ea16367173 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Integration", "5.4.8-SNAPSHOT") { + library("Spring Integration", "5.4.8") { group("org.springframework.integration") { imports = [ "spring-integration-bom"