From 32532b1f4d9100803c11bb557cf4f84a75fee3f1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 4 Dec 2024 11:48:39 -0800 Subject: [PATCH] Start building against Spring Integration 6.4.1 snapshots See gh-43415 --- 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 6c85b78d384..b5c31c8e3f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2199,7 +2199,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.0") { + library("Spring Integration", "6.4.1-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [