From d479d2eeb9820b2b8f260359c1617ae46c063e18 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 May 2022 16:39:57 +0200 Subject: [PATCH 1/2] Start building against Spring Integration 5.5.12 snapshots See gh-31060 --- 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 a72de9b738..98297aa25e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Integration", "5.5.11") { + library("Spring Integration", "5.5.12-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From 6cc8714dec02b4190c12facb73e90ae57680179c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 May 2022 16:41:19 +0200 Subject: [PATCH 2/2] Start building against Spring Integration 5.5.12 snapshots See gh-31061 --- 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 bcba97aa91..8ae40a1ed9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1713,7 +1713,7 @@ bom { ] } } - library("Spring Integration", "5.5.11") { + library("Spring Integration", "5.5.12-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"