Update Spring Boot Version
This commit is contained in:
parent
bfb4309c50
commit
0778caba02
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue