Upgrade to Spring Boot 2.4.1

This commit is contained in:
Stephane Nicoll 2020-12-25 13:02:48 +01:00
parent 8065ad00e2
commit 02babdd8cb

View file

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