From 8a4f49c30b126859b94b761103638621f33936bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Feb 2021 07:22:43 +0100 Subject: [PATCH] Start building against Spring Integration 5.4.4 snapshots See gh-25289 --- 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 d26e22f0335b..12cd75be1e3d 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.3") { + library("Spring Integration", "5.4.4-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"