From b045c05ff598c2e0ce8dfb4238c8ea7ae3672426 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:48 +0100 Subject: [PATCH] Start building against Spring Integration 6.3.11 snapshots See gh-45756 --- 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 f1a012d31c..abd5e1f5bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2194,7 +2194,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.3.10") { + library("Spring Integration", "6.3.11-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")