From 385e7dd61272f17f46b72795ccc9e3b1df40bc20 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 08:48:53 +0100 Subject: [PATCH 1/2] Upgrade to Spring Integration 5.4.12 Closes gh-28612 --- 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 72386554a02..7c91bd0acd4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1599,7 +1599,7 @@ bom { ] } } - library("Spring Integration", "5.4.11") { + library("Spring Integration", "5.4.12") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 6325df20556c6274c067943212e311928a180e13 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 08:50:32 +0100 Subject: [PATCH 2/2] Upgrade to Spring Integration 5.5.6 Closes gh-28513 --- 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 10c85f1585a..e8b833c41ba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1684,7 +1684,7 @@ bom { ] } } - library("Spring Integration", "5.5.6-SNAPSHOT") { + library("Spring Integration", "5.5.6") { group("org.springframework.integration") { imports = [ "spring-integration-bom"