Upgrade Spring Cloud in the deployer too

This commit is contained in:
Dave Syer
2017-11-28 15:59:15 +00:00
parent e0cb718138
commit 91c3770ce6

View File

@@ -11,11 +11,11 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version> <version>1.5.8.RELEASE</version>
</parent> </parent>
<properties> <properties>
<reactor.version>3.0.7.RELEASE</reactor.version> <reactor.version>3.1.1.RELEASE</reactor.version>
</properties> </properties>
<dependencies> <dependencies>
@@ -39,7 +39,7 @@
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId> <artifactId>spring-cloud-dependencies</artifactId>
<version>Dalston.SR3</version> <version>Edgware.RELEASE</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>