From d8e491e8be6dd55f1845e13e1927d836ac072633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 10:50:04 +0200 Subject: [PATCH] Start building against Spring Integration 6.3.10 snapshots See gh-45426 --- 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 3c901f9444..1891011f75 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2174,7 +2174,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.3.9") { + library("Spring Integration", "6.3.10-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")