Update to Spring Boot 2.2.1

This commit is contained in:
Dave Syer 2019-11-20 09:55:36 +00:00
parent 32301ed531
commit d47820baad

View file

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