Update to Spring Boot 3.0.2

This commit is contained in:
Dave Syer 2023-02-21 11:50:38 +00:00
parent b298af380d
commit 635b0a9755

View file

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