Upgrade to Spring Boot 2.3.5

This commit is contained in:
Stephane Nicoll 2020-11-06 08:30:48 +01:00
parent 656b7c8b17
commit 7615395b1f

View file

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