Update dependencies to latest

This commit brings the dependencies for Spring Cloud Task up to the
latest where appropriate prior to the 1.0.0.RC1 release.
This commit is contained in:
Michael Minella
2016-06-14 11:47:49 -05:00
parent f38e1c4195
commit 30fe0602d0
10 changed files with 38 additions and 18 deletions

View File

@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>