From d4200a7c5608cac9bf74c2889d0688b2cbff7186 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Jun 2021 21:20:14 +0100 Subject: [PATCH] Upgrade to Spring Integration 5.3.8.RELEASE Closes gh-26772 --- 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 bc2fd9aae1d..ceb67866468 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.8.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.8.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom"