From c678a0edc0de6b15dcffd4da7c05065d3f06d5f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 08:40:32 +0200 Subject: [PATCH] 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"