From 006995fef71b5062250533a92ae96cd4785df32f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Jun 2021 06:39:11 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.4.8 Closes gh-26967 --- 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 25709a5ed59..ea163671732 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Integration", "5.4.8-SNAPSHOT") { + library("Spring Integration", "5.4.8") { group("org.springframework.integration") { imports = [ "spring-integration-bom"