mirror of https://github.com/halo-dev/halo
Upgrade to spring boot 3.0.1 (#3031)
#### What type of PR is this? /kind improvement /area core #### What this PR does / why we need it: Upgrade to spring boot 3.0.1 #### Which issue(s) this PR fixes: Fixes #3030 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note NONE ```pull/3031/merge
parent
a7da2c0d76
commit
3601acfa0a
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.0'
|
||||
id 'org.springframework.boot' version '3.0.1'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id "checkstyle"
|
||||
id 'java'
|
||||
|
|
Loading…
Reference in New Issue