Upgrade to Spring Boot 2.3.0

This commit is contained in:
Kristof Neirynck 2020-05-16 17:02:28 +02:00
parent adab01ef62
commit b77a9165fd

View file

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