mirror of https://github.com/halo-dev/halo
Upgrade to Spring Boot 3.5.4 (#7640)
#### What type of PR is this? /kind improvement /area core /milestone 2.21.x #### What this PR does / why we need it: This PR upgrades to Spring Boot [3.5.4](https://github.com/spring-projects/spring-boot/releases/tag/v3.5.4). #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Spring Boot 至 3.5.4 ```pull/7642/head
parent
2cf0d6853a
commit
177cfcc69c
|
@ -39,7 +39,7 @@ apache = ['apache-commons-lang3', 'apache-tika-core']
|
|||
therapi = ['therapi-runtime-javadoc', 'therapi-runtime-javadoc-scribe']
|
||||
|
||||
[plugins]
|
||||
spring-boot = 'org.springframework.boot:3.5.3'
|
||||
spring-boot = 'org.springframework.boot:3.5.4'
|
||||
spring-dependency-management = 'io.spring.dependency-management:1.1.7'
|
||||
git-properties = 'com.gorylenko.gradle-git-properties:2.5.0'
|
||||
undercouch-download = 'de.undercouch.download:5.6.0'
|
||||
|
|
Loading…
Reference in New Issue