Update Spring Boot Version

This commit is contained in:
Reinhard Prechtl 2017-12-29 16:50:04 +01:00
parent bfb4309c50
commit 0778caba02

View file

@ -8,13 +8,13 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name></name>
<name>Spring Boot Kotlin and JPA Demo</name>
<description>Demo project for Spring Boot</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version>
<version>1.5.9.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>