From e8a1c3b9f84b18f43c766b8ed0446b47897369c1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Nov 2020 09:16:30 +0000 Subject: [PATCH] Start building against Spring Integration 5.3.4 snapshots See gh-24096 --- 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 87faeb7e95..cd1fb5810c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.3.3.RELEASE") { + library("Spring Integration", "5.3.4.BUILD-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"