From 0f93c6c475f229b06e99146f4c91621938a7fbbd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 10:10:46 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.8 snapshots See gh-29286 --- 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 f3aba2543e..60b72567e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring Integration", "5.5.7") { + library("Spring Integration", "5.5.8-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"