From 1955139b723368b8cfe86eebae301fdd89c62f5a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 13 Jun 2023 09:15:28 +0100 Subject: [PATCH] Start building against Spring Integration 6.1.1 snapshots See gh-35859 --- 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 722e8a0704f..c7c173e0cf2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1436,7 +1436,7 @@ bom { ] } } - library("Spring Integration", "6.1.0") { + library("Spring Integration", "6.1.1-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"