Commit b7d88569 by Johannes Stelzer

switch to latest spring boot release

parent 190e6280
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<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.1.7.RELEASE</version> <version>1.1.9.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath /> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
<description>Spring Boot Admin</description> <description>Spring Boot Admin</description>
<url>https://github.com/codecentric/spring-boot-admin/</url> <url>https://github.com/codecentric/spring-boot-admin/</url>
<properties> <properties>
<spring-boot.version>1.1.7.RELEASE</spring-boot.version> <spring-boot.version>1.1.9.RELEASE</spring-boot.version>
<spring.version>4.0.7.RELEASE</spring.version>
<hazelcast.version>3.3.3</hazelcast.version> <hazelcast.version>3.3.3</hazelcast.version>
<bootstrap.version>2.3.2</bootstrap.version> <bootstrap.version>2.3.2</bootstrap.version>
<jquery.version>1.11.0</jquery.version> <jquery.version>1.11.0</jquery.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