From 3fe6968c78031f0867b345551e44e50638768cd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:54:08 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.integration:spring-integration-bom to v6.3.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fdf1057f..f0c9b9832 100644 --- a/build.gradle +++ b/build.gradle @@ -218,7 +218,7 @@ dependencyManagement { } imports { - mavenBom "org.springframework.integration:spring-integration-bom:6.3.1" + mavenBom "org.springframework.integration:spring-integration-bom:6.3.2" } dependencies {