Updated Versions & resolved failed tests

This commit is contained in:
Glenn Renfro
2020-01-30 14:02:35 -05:00
parent 78f4f39b94
commit 91084d96a4
12 changed files with 27 additions and 27 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.10.RELEASE</version>
<relativePath />
</parent>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.4.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.3.RELEASE</version>
<version>2.1.4.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>