From c7b606d8b6e263782d7a1086a673ede17502a377 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:19:23 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.7 snapshots See gh-28975 --- 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 b6aa62423251..ae175268ad97 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring Integration", "5.5.6") { + library("Spring Integration", "5.5.7-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"