From e0c5240e6a9c4ec1697054ad243ff4e70a0df10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 10:49:52 +0200 Subject: [PATCH] Start building against Spring Integration 6.4.5 snapshots See gh-45419 --- 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 8155fc9e3c..19d9134b90 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2160,7 +2160,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.4") { + library("Spring Integration", "6.4.5-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")