From c1b924bc2edd6e5edc5e2e845cb1567f68edac33 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 24 Jan 2025 10:38:06 +0800 Subject: [PATCH] Upgrade to Spring Boot 3.4.2 (#7215) 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.20.x #### What this PR does / why we need it: This PR upgrades to Spring Boot [3.4.2](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.2). Supersedes of . #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Spring Boot 至 3.4.2 ``` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5e8ff35c7..1b6497db3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.4.1' apply false + id 'org.springframework.boot' version '3.4.2' apply false id 'io.spring.dependency-management' version '1.1.7' apply false id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false id "de.undercouch.download" version "5.6.0" apply false