Commit 625e8dd7 by Johannes Edmeier

Upgrade to Boot 1.5.2

Brings a fixed httpclient. fixes #419
parent 14c0d24a
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.1.RELEASE</version>
<version>1.5.2.RELEASE</version>
<relativePath/>
</parent>
<groupId>de.codecentric</groupId>
......@@ -17,7 +17,7 @@
<properties>
<java.version>1.7</java.version>
<main.basedir>${basedir}</main.basedir>
<spring-boot.version>1.5.1.RELEASE</spring-boot.version>
<spring-boot.version>1.5.2.RELEASE</spring-boot.version>
<spring-cloud.version>Dalston.BUILD-SNAPSHOT</spring-cloud.version>
<hystrix-dashboard.version>1.5.5</hystrix-dashboard.version>
<build-plugin.jacoco.version>0.7.7.201606060606</build-plugin.jacoco.version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment