From 0bfb07246750b4b92acb80519baddc904e1289e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Jan 2021 09:22:59 +0100 Subject: [PATCH] Start building against Spring Integration 5.4.3 snapshots See gh-24701 --- 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 e8b2de55d6..490d762c03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring Integration", "5.4.2") { + library("Spring Integration", "5.4.3-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"