From c99d1dae08f53da1a54ca7b1aca61a4eb7dc7e81 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Jun 2021 11:09:36 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.1 snapshots See gh-26974 --- 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 174df159b35..fc379546d7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1664,7 +1664,7 @@ bom { ] } } - library("Spring Integration", "5.5.0") { + library("Spring Integration", "5.5.1-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"