From 49bb9c10aac5cc12a30d6b1e2da50f2929ed3852 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 24 May 2024 10:52:50 +0800 Subject: [PATCH] Upgrade SpringBoot to 3.3.0 (#5979) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### 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 ``` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0f0f120f70..1cfaeafbac 100644 --- a/build.gradle +++ b/build.gradle @@ -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