Updated dependencies and tests

README update
This commit is contained in:
Glenn Renfro
2019-06-06 09:59:53 -04:00
parent 9a0ac2f166
commit 2e8ae1f43c
16 changed files with 30 additions and 30 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.5.RELEASE</version>
<relativePath />
</parent>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>