From 4eb778df43318b7836651f9ae5a2d0ff6fcac2e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 May 2022 08:54:24 +0200 Subject: [PATCH] Upgrade to Spring Integration 5.5.12 Closes gh-31060 --- 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 cbd6f2aafe3..d1a7585fc8a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Integration", "5.5.12-SNAPSHOT") { + library("Spring Integration", "5.5.12") { group("org.springframework.integration") { imports = [ "spring-integration-bom"