From 1e32f3b7182efebf0f89bb6e12d48a636f29f8f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Apr 2022 08:08:19 +0200 Subject: [PATCH 1/3] Upgrade to Spring Integration 5.5.11 Closes gh-30700 --- 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 5a1807c7a7..b06fddde81 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.11-SNAPSHOT") { + library("Spring Integration", "5.5.11") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 245c6c97ec44be8860e93840425a9c219dad8be5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Apr 2022 08:09:00 +0200 Subject: [PATCH 2/3] Upgrade to Spring Integration 5.5.11 Closes gh-30702 --- 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 d1302ae36d..c310930017 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.11-SNAPSHOT") { + library("Spring Integration", "5.5.11") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From b3c1a8b2daa9c67c12c810b5f76fb41667f90f7d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Apr 2022 08:09:55 +0200 Subject: [PATCH 3/3] Upgrade to Spring Integration 5.5.11 Closes gh-30704 --- 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 1454415eba..069feb85e3 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.11-SNAPSHOT") { + library("Spring Integration", "5.5.11") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }