diff --git a/spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml b/spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml index 92ccb8c03..8049bae8c 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml @@ -34,7 +34,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka - 4.1.0-SNAPSHOT + 4.2.0-SNAPSHOT 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 e739ada89..a4e4337ac 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml @@ -28,13 +28,13 @@ org.springframework.cloud spring-cloud-stream - 4.1.0-SNAPSHOT + 4.2.0-SNAPSHOT org.springframework.cloud spring-cloud-stream-binder-rabbit - 4.1.0-SNAPSHOT + 4.2.0-SNAPSHOT @@ -42,7 +42,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka - 4.1.0-SNAPSHOT + 4.2.0-SNAPSHOT