From 68497649b1f2fe793e4e82c9a3091f2b0f278b39 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 21:32:52 +0200 Subject: [PATCH 1/3] Upgrade to Spring Integration 5.2.8 Closes gh-22385 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 6a2055cd18..cc4661a91e 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -193,7 +193,7 @@ Moore-SR9 5.2.8.RELEASE 1.0.5.RELEASE - 5.2.8.BUILD-SNAPSHOT + 5.2.8.RELEASE 2.3.10.RELEASE 2.3.3.RELEASE 2.0.4.RELEASE From d9c34d5b840e4d052a8bc0d52a5ec2a065becb3d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 21:35:48 +0200 Subject: [PATCH 2/3] Upgrade to Spring Integration 5.1.12 Closes gh-22511 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 5e9621452a..c23f7d2631 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -172,7 +172,7 @@ Lovelace-SR19 ${spring.version} 0.25.2.RELEASE - 5.1.11.RELEASE + 5.1.12.RELEASE 2.2.14.RELEASE 2.3.3.RELEASE 1.2.0.RELEASE From dd615fd9dd857f00fe028b2c1a627976f3527407 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 21:37:39 +0200 Subject: [PATCH 3/3] Upgrade to Spring Integration 5.3.2 Closes gh-22389 --- 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 abe9e766a6..17f8513147 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1674,7 +1674,7 @@ bom { ] } } - library("Spring Integration", "5.3.2.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.2.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"