Skip to content

Commit a1af5c7

Browse files
committed
Update to Spring Boot 1.5.8 and Spring Cloud Dalston SR4
closes codecentric#591
1 parent 7f2b16d commit a1af5c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>1.5.6.RELEASE</version>
8+
<version>1.5.8.RELEASE</version>
99
<relativePath/>
1010
</parent>
1111
<groupId>de.codecentric</groupId>
@@ -18,8 +18,8 @@
1818
<properties>
1919
<java.version>1.7</java.version>
2020
<main.basedir>${basedir}</main.basedir>
21-
<spring-boot.version>1.5.6.RELEASE</spring-boot.version>
22-
<spring-cloud.version>Dalston.SR3</spring-cloud.version>
21+
<spring-boot.version>1.5.8.RELEASE</spring-boot.version>
22+
<spring-cloud.version>Dalston.SR4</spring-cloud.version>
2323
<hystrix-dashboard.version>1.5.5</hystrix-dashboard.version>
2424
<build-plugin.jacoco.version>0.7.9</build-plugin.jacoco.version>
2525
<build-plugin.coveralls.version>4.3.0</build-plugin.coveralls.version>

0 commit comments

Comments
 (0)