From acdfa31f5a452f7d1b954c21d13272338e07f846 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 08:05:45 +0100 Subject: [PATCH 1/3] Upgrade to Spring Integration 5.5.10 Closes gh-30175 --- 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 65fa30153d..75eff4e1ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Integration", "5.5.10-SNAPSHOT") { + library("Spring Integration", "5.5.10") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 589804000b8908940b4fb9ff91a65b8cd3729b89 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 08:06:25 +0100 Subject: [PATCH 2/3] Upgrade to Spring Integration 5.5.10 Closes gh-30183 --- 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 5d5c1d9c8b..caa8d3a88b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1713,7 +1713,7 @@ bom { ] } } - library("Spring Integration", "5.5.10-SNAPSHOT") { + library("Spring Integration", "5.5.10") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From dc7c1f246f4b0689ebdaf7655b2cc34b56909104 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Mar 2022 08:07:11 +0100 Subject: [PATCH 3/3] Upgrade to Spring Integration 5.5.10 Closes gh-30193 --- 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 08a7568b2b..026b1fa528 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1712,7 +1712,7 @@ bom { ] } } - library("Spring Integration", "5.5.10-SNAPSHOT") { + library("Spring Integration", "5.5.10") { group("org.springframework.integration") { imports = [ "spring-integration-bom"