From bfbc750a4223b80830a5b14acb5ff63f90fcee77 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 18 Oct 2021 10:38:41 -0400 Subject: [PATCH] Update Spring Cloud Function and Spring Cloud Stream There is a partition issue that was addressed in SCFn and SCSt and needs to be picked by the apps. Update both SCFn and SCSt to 3.1.5-SNAPSHOT. See relevant commits below in SCFn and SCSt for more details. https://github.com/spring-cloud/spring-cloud-function/commit/0cb5483d0ae4e93c22dbd176447b3cec9746c20b https://github.com/spring-cloud/spring-cloud-stream/commit/c2326740ed70a0e03fab099530ab30974fa05b6a --- spring-functions-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml index ee8826f8..aca6662d 100644 --- a/spring-functions-parent/pom.xml +++ b/spring-functions-parent/pom.xml @@ -15,7 +15,7 @@ pom - 3.1.4 + 3.1.5-SNAPSHOT ${project.version}