forked from DevFW-CICD/spring-petclinic
Upgrade to Spring Boot 3.2.0
This commit is contained in:
parent
923e2b7aa3
commit
5a9d1fc40f
6 changed files with 13 additions and 5 deletions
|
|
@ -1,14 +1,14 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '3.1.1'
|
||||
id 'org.springframework.boot' version '3.2.0'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.23'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.28'
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
group = 'org.springframework.samples'
|
||||
version = '3.1.0'
|
||||
version = '3.2.0'
|
||||
sourceCompatibility = '17'
|
||||
|
||||
repositories {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue