Upgrade to Spring Boot 2.0.2.RELEASE

This commit is contained in:
Stephane Nicoll 2018-06-04 10:49:45 +02:00
parent 44060315cc
commit 4d6ee8410d

View file

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.2.RELEASE</version>
</parent>
<name>petclinic</name>