From 90ee8b5a2ab1145a64aba982d1e34fe8ef3fb12c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 20:26:59 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.3.3 Closes gh-23780 --- 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 d2df72a7c1..6153577637 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.3.3.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.3.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"