mirror of https://github.com/halo-dev/halo
Upgrade to Spring Boot 3.0.0 (#2768)
#### What type of PR is this? /kind improvement /area core #### What this PR does / why we need it: See https://github.com/halo-dev/halo/issues/2766 for more. #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/2766 #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Spring Boot 至 3.0.0 ```pull/2772/head
parent
368d8f4ef4
commit
1b888dfb3e
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.0-RC2'
|
||||
id 'org.springframework.boot' version '3.0.0'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id "checkstyle"
|
||||
id 'java'
|
||||
|
|
Loading…
Reference in New Issue