Skip to content

Commit

Permalink
Bump Spring Boot to 3.0.0-RC2 (#2692)
Browse files Browse the repository at this point in the history
#### 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
```
  • Loading branch information
JohnNiang authored Nov 11, 2022
1 parent 7e592a3 commit 2cd5019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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 "checkstyle"
id 'java'
Expand Down

0 comments on commit 2cd5019

Please sign in to comment.