mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue