From 3960f8630d1a46f3d44d35c4acd292846825b9c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 17:41:51 +0100 Subject: [PATCH] Start building against Spring Integration 6.0.6 snapshots See gh-35740 --- 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 e33030c4e3..8c11c1aaf2 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.5") { + library("Spring Integration", "6.0.6-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"