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