File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
spring-cloud-function-samples
function-sample-cloudevent-rsocket
function-sample-cloudevent-stream Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >org.springframework.cloud</groupId >
3636 <artifactId >spring-cloud-stream-binder-kafka</artifactId >
37- <version >4.1 .0-SNAPSHOT</version >
37+ <version >4.2 .0-SNAPSHOT</version >
3838 </dependency >
3939 <!-- end Kafka -->
4040 <dependency >
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >org.springframework.cloud</groupId >
3030 <artifactId >spring-cloud-stream</artifactId >
31- <version >4.1 .0-SNAPSHOT</version >
31+ <version >4.2 .0-SNAPSHOT</version >
3232 </dependency >
3333 <!-- RabbitMQ - only needed if you intend to invoke via RabbitMQ -->
3434 <dependency >
3535 <groupId >org.springframework.cloud</groupId >
3636 <artifactId >spring-cloud-stream-binder-rabbit</artifactId >
37- <version >4.1 .0-SNAPSHOT</version >
37+ <version >4.2 .0-SNAPSHOT</version >
3838 </dependency >
3939 <!-- end RabbitMQ -->
4040
4141 <!-- Kafka - only needed if you intend to invoke via RabbitMQ -->
4242 <dependency >
4343 <groupId >org.springframework.cloud</groupId >
4444 <artifactId >spring-cloud-stream-binder-kafka</artifactId >
45- <version >4.1 .0-SNAPSHOT</version >
45+ <version >4.2 .0-SNAPSHOT</version >
4646 </dependency >
4747 <!-- end Kafka -->
4848 <dependency >
You can’t perform that action at this time.
0 commit comments