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