Upgrade to Spring Boot 2.2.5

This commit is contained in:
Stephane Nicoll 2020-03-20 18:17:58 +01:00
parent e0eec8e3a6
commit a79cb9a008

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.2.4.RELEASE</version> <version>2.2.5.RELEASE</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>