Fix dependency version

This commit is contained in:
Oleg Zhurakousky
2021-10-18 16:06:23 +02:00
parent 2db9ce1bba
commit a70101e854
2 changed files with 4 additions and 4 deletions

View File

@@ -25,13 +25,13 @@
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId> <artifactId>spring-cloud-stream</artifactId>
<version>3.1.3-SNAPSHOT</version> <version>3.2.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- RabbitMQ - only needed if you intend to invoke via RabbitMQ --> <!-- RabbitMQ - only needed if you intend to invoke via RabbitMQ -->
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId> <artifactId>spring-cloud-stream-binder-rabbit</artifactId>
<version>3.1.3-SNAPSHOT</version> <version>3.2.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- end RabbitMQ --> <!-- end RabbitMQ -->
@@ -39,7 +39,7 @@
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka</artifactId> <artifactId>spring-cloud-stream-binder-kafka</artifactId>
<version>3.1.3-SNAPSHOT</version> <version>3.2.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- end Kafka --> <!-- end Kafka -->
<dependency> <dependency>

View File

@@ -10,7 +10,7 @@
</parent> </parent>
<groupId>com.example.grpc</groupId> <groupId>com.example.grpc</groupId>
<artifactId>function-sample-grpc-cloudevent</artifactId> <artifactId>function-sample-grpc-cloudevent</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-RELEASE</version>
<name>function-sample-grpc-cloudevent</name> <name>function-sample-grpc-cloudevent</name>
<description>Demo project for Spring Boot</description> <description>Demo project for Spring Boot</description>
<properties> <properties>