Upgrade to Spring Boot 2.0.4.RELEASE

This commit is contained in:
Stephane Nicoll 2018-08-09 10:12:57 +02:00
parent 5f7574570e
commit 73c9ac5acb

View file

@ -10,7 +10,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>2.0.3.RELEASE</version> <version>2.0.4.RELEASE</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>