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
John Niang 2025-07-28 10:35:47 +08:00 committed by GitHub
parent 2cf0d6853a
commit 177cfcc69c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'