From 3ad68a39b699e95463654c5e85afdd3d84b6fdf3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 22:28:20 +0000 Subject: [PATCH] Upgrade to Spring Integration 5.3.6.RELEASE Closes gh-25283 --- 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 fac92567e04a..548b437179b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring Integration", "5.3.6.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.6.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"