Upgrade to Spring Boot 1.4.1

This commit is contained in:
Antoine Rey 2016-09-25 18:33:13 +02:00
parent a9b6565fcf
commit c0ac1ffda6

View file

@ -8,7 +8,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.4.0.RELEASE</version> <version>1.4.1.RELEASE</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>
<packaging>war</packaging> <packaging>war</packaging>