From fe842e8d77c67a0347f8c0f529740b987b21fa5c Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 26 Aug 2024 10:51:13 +0800 Subject: [PATCH] Upgrade Spring Boot to 3.3.3 (#6512) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### 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 ``` --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 60e027317..ec0f11424 100644 --- a/build.gradle +++ b/build.gradle @@ -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