chore: degrade springboot version from 3.0.0-M5 to 3.0.0-M4 (#2496)

#### What type of PR is this?
/kind improvement
/area core
/milestone 2.0

#### What this PR does / why we need it:
将 spring boot 的版本从 3.0.0-M5 降级到 3.0.0-M5 以解决 swragger 无法使用的问题
#### Which issue(s) this PR fixes:

Fixes #

#### Special notes for your reviewer:
/cc @halo-dev/sig-halo 
#### Does this PR introduce a user-facing change?


```release-note
None
```
pull/2498/head
guqing 2022-09-30 16:52:19 +08:00 committed by GitHub
parent ba41c481bb
commit 7de944f61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.0.0-M5'
id 'org.springframework.boot' version '3.0.0-M4'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id "checkstyle"
id 'java'