From 01a7cfa97950ecd34abf78cfe4d7835c2e56570d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 12 Mar 2022 12:04:53 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.10 snapshots See gh-30193 --- 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 0c0e2d68b1f..94009505860 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1697,7 +1697,7 @@ bom { ] } } - library("Spring Integration", "5.5.9") { + library("Spring Integration", "5.5.10-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"