Upgrade Spring Boot to 3.3.3 (#6512)

#### What type of PR is this?

/kind improvement
/area core
/milestone 2.19.0

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

See https://github.com/spring-projects/spring-boot/releases/tag/v3.3.3 for more.

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

```release-note
升级 Spring Boot 至 3.3.3
```
pull/6515/head
John Niang 2024-08-26 10:51:13 +08:00 committed by GitHub
parent 50adc29e42
commit fe842e8d77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '3.3.1' apply false
id 'io.spring.dependency-management' version '1.1.5' apply false
id 'org.springframework.boot' version '3.3.3' 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
id "io.freefair.lombok" version "8.6" apply false