From b748d2cfef9ff1e7299b3bcb47e39cb3574b647c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 May 2022 16:43:03 +0200 Subject: [PATCH] Start building against Spring Integration 5.5.12 snapshots See gh-31062 --- 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 5627a31efa7..3e52b5c43cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1720,7 +1720,7 @@ bom { ] } } - library("Spring Integration", "5.5.11") { + library("Spring Integration", "5.5.12-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }