From d3f97a1d130d72438f4935de29c6c73ebc24b24b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 13:29:56 +0000 Subject: [PATCH] Start building against Spring Integration 6.0.2 snapshots See gh-33813 --- 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 d64ecdba6a..d1d0a13d50 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1379,7 +1379,7 @@ bom { ] } } - library("Spring Integration", "6.0.1") { + library("Spring Integration", "6.0.2-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"