mirror of https://github.com/halo-dev/halo
Upgrade Spring Boot to 3.0.0-M2 (#2071)
from 3.0.0-M1 to 3.0.0-M2, please refer to https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-M2pull/2081/head
parent
d9bccdb5e1
commit
6db4f1105a
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.0-M1'
|
||||
id 'org.springframework.boot' version '3.0.0-M2'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id "checkstyle"
|
||||
id 'java'
|
||||
|
|
Loading…
Reference in New Issue