From 43ba80d43171b751fd2acdcb70583a53ecfd6f31 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Mar 2022 17:11:30 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.10 snapshots See gh-30175 --- 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 11e7d5bee4b..c741e20cdac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Integration", "5.5.9") { + library("Spring Integration", "5.5.10-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"