From 7a6bb7208d239c39c59edf721e0c6946ebd5f785 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 09:06:23 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.11 snapshots See gh-30704 --- 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 867f2f5978..de672e2500 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Integration", "5.5.10") { + library("Spring Integration", "5.5.11-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }