From a70101e854127d45e260b7cbf9d2935edebca1e1 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 18 Oct 2021 16:06:23 +0200 Subject: [PATCH] Fix dependency version --- .../function-sample-cloudevent-stream/pom.xml | 6 +++--- .../function-sample-grpc-cloudevent/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 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 6843ff211..16b66ea66 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml @@ -25,13 +25,13 @@ org.springframework.cloud spring-cloud-stream - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT org.springframework.cloud spring-cloud-stream-binder-rabbit - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT @@ -39,7 +39,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-grpc-cloudevent/pom.xml b/spring-cloud-function-samples/function-sample-grpc-cloudevent/pom.xml index 77c85f09d..f6fabe0de 100644 --- a/spring-cloud-function-samples/function-sample-grpc-cloudevent/pom.xml +++ b/spring-cloud-function-samples/function-sample-grpc-cloudevent/pom.xml @@ -10,7 +10,7 @@ com.example.grpc function-sample-grpc-cloudevent - 0.0.1-SNAPSHOT + 0.0.1-RELEASE function-sample-grpc-cloudevent Demo project for Spring Boot