Skip to content

Commit

Permalink
Upgrade SpringBoot to 3.3.0 (#5979)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/kind cleanup
/area core
/milestone 2.16.x

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

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

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

```release-note
升级 Spring Boot 至 3.3.0
```
  • Loading branch information
JohnNiang committed May 24, 2024
1 parent 34981f9 commit 49bb9c1
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.3.0-RC1' apply false
id 'org.springframework.boot' version '3.3.0' apply false
id 'io.spring.dependency-management' version '1.1.4' apply false
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
id "de.undercouch.download" version "5.6.0" apply false
Expand Down

0 comments on commit 49bb9c1

Please sign in to comment.