Update dependencies

- Use cloud build deps 1.3.10
- Fixes #454
This commit is contained in:
Janne Valkealahti
2018-10-12 07:29:09 +01:00
parent 1ce44598de
commit c589dd4905
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.9.RELEASE</version>
<version>1.3.10.RELEASE</version>
<relativePath />
</parent>

View File

@@ -10,7 +10,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.3.3.RELEASE</version>
<version>1.3.10.RELEASE</version>
<relativePath />
</parent>