From 5b68e5b9fcec8397375aed27e72f7c31ae3ac649 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:23:25 +0200 Subject: [PATCH] Start building against Spring Integration 6.0.7 snapshots See gh-37061 --- 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 1e9c0a7514..283643546d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1381,7 +1381,7 @@ bom { ] } } - library("Spring Integration", "6.0.6") { + library("Spring Integration", "6.0.7-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"