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 34
34
<dependency >
35
35
<groupId >org.springframework.cloud</groupId >
36
36
<artifactId >spring-cloud-stream-binder-kafka</artifactId >
37
- <version >4.1 .0-SNAPSHOT</version >
37
+ <version >4.2 .0-SNAPSHOT</version >
38
38
</dependency >
39
39
<!-- end Kafka -->
40
40
<dependency >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >org.springframework.cloud</groupId >
30
30
<artifactId >spring-cloud-stream</artifactId >
31
- <version >4.1 .0-SNAPSHOT</version >
31
+ <version >4.2 .0-SNAPSHOT</version >
32
32
</dependency >
33
33
<!-- RabbitMQ - only needed if you intend to invoke via RabbitMQ -->
34
34
<dependency >
35
35
<groupId >org.springframework.cloud</groupId >
36
36
<artifactId >spring-cloud-stream-binder-rabbit</artifactId >
37
- <version >4.1 .0-SNAPSHOT</version >
37
+ <version >4.2 .0-SNAPSHOT</version >
38
38
</dependency >
39
39
<!-- end RabbitMQ -->
40
40
41
41
<!-- Kafka - only needed if you intend to invoke via RabbitMQ -->
42
42
<dependency >
43
43
<groupId >org.springframework.cloud</groupId >
44
44
<artifactId >spring-cloud-stream-binder-kafka</artifactId >
45
- <version >4.1 .0-SNAPSHOT</version >
45
+ <version >4.2 .0-SNAPSHOT</version >
46
46
</dependency >
47
47
<!-- end Kafka -->
48
48
<dependency >
You can’t perform that action at this time.
0 commit comments