mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
change spring boot version
This commit is contained in:
parent
dae520af6f
commit
446d06ec46
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
|
|
Loading…
Reference in a new issue