Upgrade to Spring Boot 3.4.0 (#7060)

This PR upgrades to [Spring Boot 3.4.0](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.0).

/kind cleanup
/area core

```release-note
升级依赖至 Spring Boot 3.4.0
```
pull/7062/head
John Niang 2024-11-22 11:12:11 +08:00 committed by GitHub
parent d75bb09267
commit 7d8f30a337
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.0-RC1' apply false
id 'org.springframework.boot' version '3.4.0' apply false
id 'io.spring.dependency-management' version '1.1.6' apply false
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
id "de.undercouch.download" version "5.6.0" apply false