Updated Dependencies and small change to README

This commit is contained in:
Glenn Renfro
2020-12-14 13:48:56 -05:00
parent 25592edb00
commit e8926e4166
6 changed files with 11 additions and 10 deletions

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>3.0.8.RELEASE</version>
<version>3.0.9.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>