From 3e47b6e2b12b54126d2e47c132c46733b53b5a02 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 07:38:04 +0200 Subject: [PATCH 1/2] Upgrade to Spring Integration 5.4.10 Closes gh-27598 --- 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 76b332536d..92e181e361 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.10-SNAPSHOT") { + library("Spring Integration", "5.4.10") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 8f12295e9bf19977e37cc9529cbd348956425ce0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 07:38:49 +0200 Subject: [PATCH 2/2] Upgrade to Spring Integration 5.5.3 Closes gh-27604 --- 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 fee0bbd493..4f9262bb96 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Integration", "5.5.3-SNAPSHOT") { + library("Spring Integration", "5.5.3") { group("org.springframework.integration") { imports = [ "spring-integration-bom"