From 2cd501955fadcc1d6f65a2e330a9300b494f2bdd Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 11 Nov 2022 18:50:15 +0800 Subject: [PATCH] Bump Spring Boot to 3.0.0-RC2 (#2692) 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.0 #### What this PR does / why we need it: Bump Spring Boot to 3.0.0-RC2. See https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-RC2 for more. #### Does this PR introduce a user-facing change? ```release-note 升级 Spring Boot 至 3.0.0-RC2 ``` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 902195269..b603f0e65 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.0-RC1' + id 'org.springframework.boot' version '3.0.0-RC2' id 'io.spring.dependency-management' version '1.1.0' id "checkstyle" id 'java'