From 3bb3c0b6a19393d24b4bab7efdf2a4e8f5887fcc Mon Sep 17 00:00:00 2001 From: David Turanski Date: Thu, 24 Sep 2020 13:09:48 -0400 Subject: [PATCH] Upgate Spring Integration dependencies --- applications/stream-applications-core/pom.xml | 8 ++++++++ functions/spring-functions-parent/pom.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index 58270b81..9eb25e75 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -26,6 +26,7 @@ 1.0.0-SNAPSHOT 3.0.2.RELEASE 3.0.9.RELEASE + 5.3.3.BUILD-SNAPSHOT Hoxton.SR7 Horsham.SR7 2.1.2.RELEASE @@ -62,6 +63,13 @@ + + org.springframework.integration + spring-integration-bom + ${spring-integration-dependencies.version} + import + pom + org.springframework.cloud.fn function-dependencies diff --git a/functions/spring-functions-parent/pom.xml b/functions/spring-functions-parent/pom.xml index f3e16f48..5b01a57c 100644 --- a/functions/spring-functions-parent/pom.xml +++ b/functions/spring-functions-parent/pom.xml @@ -18,9 +18,17 @@ 2.3.2.RELEASE 3.0.9.RELEASE ${project.version} + 5.3.3.BUILD-SNAPSHOT + + org.springframework.integration + spring-integration-bom + ${spring-integration-dependencies.version} + import + pom + org.springframework.boot spring-boot-starter-parent