Version updates for 2.2.3.RELEASE

This commit is contained in:
Glenn Renfro
2020-03-03 12:54:58 -05:00
parent 5a8180096a
commit d7112aa1d9
11 changed files with 24 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<version>2.2.5.RELEASE</version>
<relativePath />
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>3.0.2.BUILD-SNAPSHOT</version>
<version>3.0.3.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.2.BUILD-SNAPSHOT</version>
<version>3.0.3.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>