From f89178ad6d8bd9ff4e40bf7b4a840b97b7e3319c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 09:49:28 +0200 Subject: [PATCH] Start building against Spring Integration 6.5.3 snapshots See gh-47615 --- 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 2d79b11412f..5f60a692cb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2328,7 +2328,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.2") { + library("Spring Integration", "6.5.3-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")