From 7efac2c496a93d27ad7ed0b446eb8a1bd5bc2a24 Mon Sep 17 00:00:00 2001 From: John Niang Date: Tue, 21 Jan 2025 10:34:15 +0800 Subject: [PATCH] Upgrade to Spring Boot 3.4.1 (#7208) 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 #### What this PR does / why we need it: This PR upgrades to Spring Boot [3.4.1](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.1). #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Spring Boot 至 3.4.1 ``` --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 10cc5d66e8..5e8ff35c7b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'org.springframework.boot' version '3.4.0' apply false - id 'io.spring.dependency-management' version '1.1.6' apply false + id 'org.springframework.boot' version '3.4.1' 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 id "io.freefair.lombok" version "8.6" apply false