Updated Versions for 2.2.4.RELEASE

This commit is contained in:
Glenn Renfro
2020-09-24 10:02:33 -04:00
parent b93c73d43d
commit ac71eaf60d
5 changed files with 10 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.3.RELEASE</version>
<version>3.0.8.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.3.RELEASE</version>
<version>3.0.8.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>