From 9f462546e830760962a2f3a4b401d000b8f1921f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Jul 2023 16:06:47 +0200 Subject: [PATCH] Start building against Spring Integration 6.1.2 snapshots See gh-36404 --- 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 5da0abde4c..e0194fe332 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1415,7 +1415,7 @@ bom { ] } } - library("Spring Integration", "6.1.1") { + library("Spring Integration", "6.1.2-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"