mirror of https://github.com/halo-dev/halo
Upgrade to Spring Boot 3.4.3 (#7236)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: This PR upgrades to Spring Boot [3.4.3](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.3). #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Spring Boot 至 3.4.3 ```pull/7237/merge
parent
7a92dfe7e5
commit
3240926f33
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.4.2' apply false
|
||||
id 'org.springframework.boot' version '3.4.3' apply false
|
||||
id 'io.spring.dependency-management' version '1.1.7' apply false
|
||||
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
|
||||
id "de.undercouch.download" version "5.6.0" apply false
|
||||
|
|
Loading…
Reference in New Issue