From 696539c68ffcc6d7ef9f06f5606828fcde49d960 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jan 2021 08:38:27 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.3.5.RELEASE Closes gh-24825 --- 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 265770b33619..2a4428e90201 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1686,7 +1686,7 @@ bom { ] } } - library("Spring Integration", "5.3.4.RELEASE") { + library("Spring Integration", "5.3.5.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"