mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Update to Spring Boot 3.1.1
This commit is contained in:
parent
768e1ed5e9
commit
10e3dc9376
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '3.1.0'
|
||||
id 'org.springframework.boot' version '3.1.1'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.22'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.23'
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<version>3.1.1</version>
|
||||
</parent>
|
||||
<name>petclinic</name>
|
||||
|
||||
|
|
Loading…
Reference in a new issue