From 4eb778df43318b7836651f9ae5a2d0ff6fcac2e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 May 2022 08:54:24 +0200 Subject: [PATCH 1/3] Upgrade to Spring Integration 5.5.12 Closes gh-31060 --- 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 cbd6f2aafe..d1a7585fc8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Integration", "5.5.12-SNAPSHOT") { + library("Spring Integration", "5.5.12") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 01288b61afa41a33ff0525f4c38562366635e804 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 May 2022 08:54:57 +0200 Subject: [PATCH 2/3] Upgrade to Spring Integration 5.5.12 Closes gh-31061 --- 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 2bf3316945..b241737da9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Integration", "5.5.12-SNAPSHOT") { + library("Spring Integration", "5.5.12") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 2f46928f8482cc5235e04147a5d2b039b2f300f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 May 2022 08:58:50 +0200 Subject: [PATCH 3/3] Upgrade to Spring Integration 5.5.12 Closes gh-31062 --- 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 632679b318..22f6aac992 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Integration", "5.5.12-SNAPSHOT") { + library("Spring Integration", "5.5.12") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }