From bd259953b6c995e65855538e398aad40c5327206 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:55:06 +0000 Subject: [PATCH] Start building against Spring Integration 6.0.4 snapshots See gh-34542 --- 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 26f105f7cc..837e130889 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.3") { + library("Spring Integration", "6.0.4-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"