Skip to content

Commit

Permalink
Upgrade spring-boot & spring-cloud versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbarbero committed Aug 28, 2017
1 parent b891104 commit 777ce52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
<version>1.5.6.RELEASE</version>
</parent>

<groupId>com.marcosbarbero.cloud</groupId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Dalston.SR1</version>
<version>Dalston.SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 777ce52

Please sign in to comment.