Updated dependendencies and tests

This commit is contained in:
Glenn Renfro
2019-05-09 17:08:28 -04:00
parent 8f1ace5164
commit ec85e6f400
14 changed files with 24 additions and 25 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version>
<version>1.5.20.RELEASE</version>
<relativePath />
</parent>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>1.2.1.RELEASE</version>
<version>1.2.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>