From baf774791323fc9e5931c4d5370bfa116515da64 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 25 May 2021 15:36:46 +0200 Subject: [PATCH] Update CE examples POM --- .../function-sample-cloudevent-stream/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml b/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml index 97f844c97..2abf7f3a6 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml @@ -22,11 +22,16 @@ + + org.springframework.cloud + spring-cloud-stream + 3.1.3-SNAPSHOT + org.springframework.cloud spring-cloud-stream-binder-rabbit - 3.1.0-SNAPSHOT + 3.1.3-SNAPSHOT @@ -34,7 +39,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka - 3.1.0-SNAPSHOT + 3.1.3-SNAPSHOT