From cc6c53f040d2720a4a3ce6bcb593e4cdd4508f7f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:22:42 +0200 Subject: [PATCH] Start building against Spring Integration 5.4.8 snapshots See gh-26967 --- 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 d319ba3f66..2561134738 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1579,7 +1579,7 @@ bom { ] } } - library("Spring Integration", "5.4.7") { + library("Spring Integration", "5.4.8-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"