From 5cda56cc68f7fb7abb9e13917df4a36a12d45930 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Jun 2023 10:51:42 +0100 Subject: [PATCH] Upgrade to Spring Integration 6.1.1 Closes gh-35859 --- 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 6d291904d96..a1b98235843 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1436,7 +1436,7 @@ bom { ] } } - library("Spring Integration", "6.1.1-SNAPSHOT") { + library("Spring Integration", "6.1.1") { group("org.springframework.integration") { imports = [ "spring-integration-bom"