change spring boot version

This commit is contained in:
PEDSF 2020-11-07 15:13:23 +01:00
parent dae520af6f
commit 446d06ec46

View file

@ -8,10 +8,11 @@
<version>2.3.0.BUILD-SNAPSHOT</version>
<name>petclinic</name>
<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>
<!-- ===================================================================== -->