From b9716ca4ee2a235488c6b9178701a38b81fcea63 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:55:13 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.8 snapshots See gh-29320 --- 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 13fea5d50d..673bba5486 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Integration", "5.5.7") { + library("Spring Integration", "5.5.8-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"