From 937573e6b22959dc5f80c98f615d721a4e75208e Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 24 Feb 2023 11:20:12 +0800 Subject: [PATCH] Upgrade to Spring Boot 3.0.3 (#3379) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Upgrade to Spring Boot 3.0.3. See https://github.com/spring-projects/spring-boot/releases/tag/v3.0.3 for more. #### Does this PR introduce a user-facing change? ```release-note Upgrade to Spring Boot 3.0.3. ``` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c5935389..7fc1898d9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.0.2' + id 'org.springframework.boot' version '3.0.3' id 'io.spring.dependency-management' version '1.1.0' id "com.gorylenko.gradle-git-properties" version "2.3.2" id "checkstyle"