Upgrade to Spring Boot 1.4.2.

Fixes gh-55.
This commit is contained in:
Mark Paluch
2016-11-09 11:28:32 +01:00
parent a7c4cff540
commit c1cfa7e6bb
2 changed files with 8 additions and 8 deletions

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.2.1.RELEASE</version>
<relativePath />
<version>1.2.2.BUILD-SNAPSHOT</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
@@ -38,7 +38,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>1.4.1.RELEASE</spring-boot.version>
<spring-boot.version>1.4.2.RELEASE</spring-boot.version>
</properties>
<dependencyManagement>