From e6130c6ce08f23337479ebef72aa3b7187706709 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Apr 2021 16:41:45 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.3.7.RELEASE Closes gh-26112 --- 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 d2c20e18edb..8eb8dd95608 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.RELEASE") { + library("Spring Integration", "5.3.7.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"