From c678a0edc0de6b15dcffd4da7c05065d3f06d5f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 08:40:32 +0200 Subject: [PATCH 1/2] Start building against Spring Integration 5.4.11 snapshots See gh-27948 --- 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 6101108cc4c..23d6be19045 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") { + library("Spring Integration", "5.4.11-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From d481a75bebe6148d2d0092a3a08112a5cece3720 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 08:41:31 +0200 Subject: [PATCH 2/2] Start building against Spring Integration 5.5.4 snapshots See gh-27949 --- 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 ec1ae84d9da..dd6367fa0fc 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") { + library("Spring Integration", "5.5.4-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"