Update Spring Boot versions in messaging tests

This commit is contained in:
Dave Syer
2017-05-15 11:41:09 +01:00
parent c7f5accae4
commit 2f01b89345
5 changed files with 17 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>