Upgrade to Spring Boot 2.1.9.RELEASE

This commit is contained in:
Stephane Nicoll 2019-10-03 13:59:27 +02:00
parent bb7e84776d
commit f284b29501

View file

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