From 39f259554baf6ff28f3b9458a1cdd12736b93a06 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 5 Jun 2021 18:24:22 +0200 Subject: [PATCH] Start building against Spring Integration 5.3.8 snapshots See gh-26772 --- 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 b4b91ea1b3..ca5362993d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring Integration", "5.3.7.RELEASE") { + library("Spring Integration", "5.3.8.BUILD-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"