Upgrade dependencies.

spring-cloud-build -> 1.3.5.RELEASE
spring-cloud-consul -> 1.2.1.RELEASE

Closes gh-168.
This commit is contained in:
Mark Paluch
2017-10-20 07:58:37 +02:00
parent 27acfcd825
commit 6b3cb6c71e
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.5.BUILD-SNAPSHOT</version>
<version>1.3.5.RELEASE</version>
<relativePath />
<!-- lookup parent from repository -->
</parent>

View File

@@ -14,7 +14,7 @@
<description>Spring Cloud Vault Config Consul support</description>
<properties>
<spring-cloud-consul.version>1.2.2.BUILD-SNAPSHOT</spring-cloud-consul.version>
<spring-cloud-consul.version>1.2.1.RELEASE</spring-cloud-consul.version>
</properties>
<dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>1.3.5.BUILD-SNAPSHOT</version>
<version>1.3.5.RELEASE</version>
<relativePath />
<!-- lookup parent from repository -->
</parent>