From 4247131192cfbed28664fad60048a332f4acc583 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Jul 2021 19:53:51 +0100 Subject: [PATCH] Start building against Spring Integration 5.4.9 snapshots See gh-27500 --- 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 f9516ba6d0..29e473fe7e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Integration", "5.4.8") { + library("Spring Integration", "5.4.9-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"