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.

0cb5483d0a
c2326740ed
This commit is contained in:
Soby Chacko
2021-10-18 10:38:41 -04:00
parent b8f87d78b2
commit bfbc750a42

View File

@@ -15,7 +15,7 @@
<packaging>pom</packaging>
<properties>
<spring-cloud-function.version>3.1.4</spring-cloud-function.version>
<spring-cloud-function.version>3.1.5-SNAPSHOT</spring-cloud-function.version>
<spring-cloud-fn.version>${project.version}</spring-cloud-fn.version>
</properties>