From 11e8f983858cd9b51f14ff7869542fc0491ce14d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 09:29:33 +0100 Subject: [PATCH] Start building against Spring Integration 5.5.19 snapshots See gh-37251 --- 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 b3c1b0364e9..2c0e05643e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1795,7 +1795,7 @@ bom { ] } } - library("Spring Integration", "5.5.18") { + library("Spring Integration", "5.5.19-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[6.0.0-M1,)"