From 1e0a572dfa2a33c878a26d600a94215fba82758a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 19:27:05 +0100 Subject: [PATCH] Start building against Spring Integration 6.2.0 snapshots See gh-36193 --- 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 a43dd7f2a3..8d2a70c7a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1422,7 +1422,7 @@ bom { ] } } - library("Spring Integration", "6.1.1") { + library("Spring Integration", "6.2.0-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"