Skip to content

Commit 594b355

Browse files
committed
Upgrade test dependencies
1 parent 2b3318d commit 594b355

File tree

2 files changed

+4
-4
lines changed
  • spring-cloud-function-samples
    • function-sample-cloudevent-rsocket
    • function-sample-cloudevent-stream

2 files changed

+4
-4
lines changed

spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
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>

0 commit comments

Comments
 (0)