Upgrade to Spring Boot 2.1.2.RELEASE

This commit is contained in:
Stephane Nicoll 2019-01-31 11:30:16 +01:00
parent 5808126798
commit 8472aa039e

View file

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