From 30ef19c422f91460a029eaa6c3a5dc4ba8f3229d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:16 +0100 Subject: [PATCH] Start building against Spring Integration 6.2.5 snapshots See gh-40660 --- 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 33f8be34c66e..f6e9133ab315 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1610,7 +1610,7 @@ bom { ] } } - library("Spring Integration", "6.2.4") { + library("Spring Integration", "6.2.5-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [