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:
Patrick Baumgartner 2023-05-26 19:56:00 +02:00 committed by GitHub
parent 2692c5bb43
commit 0d9e882e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 2189 additions and 1490 deletions

View file

@ -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 {