mirror of https://github.com/halo-dev/halo
Upgrade to Spring Boot 3.0.0-M3 (#2102)
Please see https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-M3pull/2108/head
parent
5f9daf4735
commit
9990fdd086
|
@ -1,5 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'org.springframework.boot' version '3.0.0-M2'
|
id 'org.springframework.boot' version '3.0.0-M3'
|
||||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||||
id "checkstyle"
|
id "checkstyle"
|
||||||
id 'java'
|
id 'java'
|
||||||
|
|
Loading…
Reference in New Issue