Upgrade to Spring Boot 2.1.4

This commit is contained in:
Stephane Nicoll 2019-05-11 16:06:25 +02:00
parent d2831f9bad
commit 6e24f5dc64

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.1.3.RELEASE</version> <version>2.1.4.RELEASE</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>