Updated all dependencies for M1 RELEASE

Updated to Spring Cloud Build 2.2.0.M1
This commit is contained in:
Glenn Renfro
2019-04-15 09:00:07 -04:00
parent d890835923
commit fd8ab15238
25 changed files with 87 additions and 36 deletions

View File

@@ -16,7 +16,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.2.0.M1</version>
<relativePath/>
</parent>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.0.RC1</version>
<scope>test</scope>
</dependency>
<dependency>