Upgrade to Spring Boot 3.0 RC1

This commit is contained in:
Sébastien Deleuze 2022-10-25 15:41:45 +02:00 committed by Oliver Drotbohm
parent f53e0d098e
commit f3a8d244b2

View file

@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
</parent>
<name>petclinic</name>