mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 17:37:27 +00:00
Upgrade for Spring Boot 3.1 (#1253)
* Upgrade for Spring Boot 3.1 * Remove 'encoding' because of Maven WARNING * Extracting logo SVG into file * Making logo src context-path aware * Remove unused image
This commit is contained in:
parent
2692c5bb43
commit
0d9e882e54
14 changed files with 2189 additions and 1490 deletions
|
|
@ -1,14 +1,14 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '3.0.4'
|
||||
id 'org.springframework.boot' version '3.1.0'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.20'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.22'
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
group = 'org.springframework.samples'
|
||||
version = '3.0.0'
|
||||
version = '3.1.0'
|
||||
sourceCompatibility = '17'
|
||||
|
||||
repositories {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue