Bump Spring Boot to 3.4.6 (#7463)

#### What type of PR is this?

/kind improvement
/area core
/milestone 2.20.x

#### What this PR does / why we need it:

This PR bumps Spring Boot to [3.4.6](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.6).

#### Does this PR introduce a user-facing change?

```release-note
升级依赖 Spring Boot 至 3.4.6
```
release-2.20
John Niang 2025-05-23 12:24:11 +08:00 committed by GitHub
parent cefe96ad01
commit c89c74beb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.4.5' apply false
id 'org.springframework.boot' version '3.4.6' 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