From c45bda4c48d134e6bd28162642682283c3b5efb5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 10:25:31 +0100 Subject: [PATCH] Start building against Spring Integration 6.2.0 snapshots See gh-37711 --- 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 29347940b5..ddd375febf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1556,7 +1556,7 @@ bom { ] } } - library("Spring Integration", "6.2.0-M3") { + library("Spring Integration", "6.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [