From 7d8f30a3372f66bbe5ad4ef458480e7e9341aba8 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 22 Nov 2024 11:12:11 +0800 Subject: [PATCH] Upgrade to Spring Boot 3.4.0 (#7060) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR upgrades to [Spring Boot 3.4.0](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.0). /kind cleanup /area core ```release-note 升级依赖至 Spring Boot 3.4.0 ``` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1919920d06..10cc5d66e8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.4.0-RC1' apply false + id 'org.springframework.boot' version '3.4.0' 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