From 41402b39840812eafa75d264473c83aed8c8c2ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Apr 2023 15:57:29 +0200 Subject: [PATCH] Start building against Spring Integration 6.0.5 snapshots See gh-35012 --- 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 278537d48d..f965dd49d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1377,7 +1377,7 @@ bom { ] } } - library("Spring Integration", "6.0.4") { + library("Spring Integration", "6.0.5-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"