Upgrade to Spring Boot 3.2.0

This commit is contained in:
Sébastien Deleuze 2023-11-23 18:54:36 +01:00 committed by Dave Syer
parent 923e2b7aa3
commit 5a9d1fc40f
6 changed files with 13 additions and 5 deletions

View file

@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
</parent>
<name>petclinic</name>