From f233f465815cc12d47deb5d44506c05d252acbba Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 17 Jan 2025 13:59:52 -0600 Subject: [PATCH] Override Spring Cloud Function version (#608) This commit overrides the `spring-cloud-function` version manged by `spring-cloud-dependencies` from `4.2.0` to `4.2.1-SNAPSHOT` in order to pickup spring-cloud/spring-cloud-function#1224 which brings the fix for functions declared as `FactoryBean`. See #599 --- stream-applications-build/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml index 101356e1..ba7796e8 100644 --- a/stream-applications-build/pom.xml +++ b/stream-applications-build/pom.xml @@ -36,7 +36,9 @@ true 0.0.43 3.4.2-SNAPSHOT - 2024.0.1-SNAPSHOT + 2024.0.0 + + 4.2.1-SNAPSHOT @@ -89,6 +91,13 @@ pom import + + org.springframework.cloud + spring-cloud-function-dependencies + ${spring-cloud-function.version} + import + pom + org.springframework.cloud spring-cloud-dependencies