Bump Spring Boot to 3.0.0-RC2 (#2692)

#### What type of PR is this?

/kind improvement
/area core
/milestone 2.0

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

Bump Spring Boot to 3.0.0-RC2. 

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

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

```release-note
升级 Spring Boot 至 3.0.0-RC2
```
pull/2675/head
John Niang 2022-11-11 18:50:15 +08:00 committed by GitHub
parent 7e592a3835
commit 2cd501955f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'org.springframework.boot' version '3.0.0-RC1' id 'org.springframework.boot' version '3.0.0-RC2'
id 'io.spring.dependency-management' version '1.1.0' id 'io.spring.dependency-management' version '1.1.0'
id "checkstyle" id "checkstyle"
id 'java' id 'java'