From 64c9ac3aa7905e71b367a97483b20a7d407d9661 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 7 Dec 2022 14:47:10 +0100 Subject: [PATCH] Start building against Spring Integration 6.0.1 SNAPSHOTs See gh-33478 --- 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 676ee79e1d..fb14849380 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.0") { + library("Spring Integration", "6.0.1-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"