mirror of https://github.com/halo-dev/halo
Update Spring Boot to 3.0.4 (#3451)
#### 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/3450 for more. #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3450 #### Does this PR introduce a user-facing change? ```release-note 升级 Spring Boot 至 3.0.4 ```pull/3458/head^2
parent
c43a81058a
commit
062af6fcad
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.3'
|
||||
id 'org.springframework.boot' version '3.0.4'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id "com.gorylenko.gradle-git-properties" version "2.3.2"
|
||||
id "checkstyle"
|
||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in New Issue