Updated versions to 2.2.2 for build and 3.0.2 for stream

This commit is contained in:
Glenn Renfro
2020-01-22 14:31:49 -05:00
parent 9e2f523a54
commit 71f123c437
6 changed files with 12 additions and 12 deletions

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.1.RELEASE</version>
<version>3.0.2.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>3.0.1.RELEASE</version>
<version>3.0.2.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>