Upgrade to Spring Boot 3.2.5

This commit is contained in:
Stéphane Nicoll 2024-05-21 09:01:29 +02:00
parent 055ef65dfb
commit aa9b9e7f43
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.0'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.graalvm.buildtools.native' version '0.9.28'
id 'io.spring.javaformat' version '0.0.41'

View file

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
</parent>
<name>petclinic</name>