From 0a8953321eecd8214f6e47f421e64d55d7d28b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 07:38:50 +0000 Subject: [PATCH] Bump springBootVersion from 2.5.3 to 3.0.4 Bumps `springBootVersion` from 2.5.3 to 3.0.4. Updates `org.springframework.boot:spring-boot-dependencies` from 2.5.3 to 3.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.3...v3.0.4) Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 2.5.3 to 3.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.3...v3.0.4) Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.5.3 to 3.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.3...v3.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-autoconfigure-processor dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 39e5218e0a..8e6cdbd101 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ ext { mybatisSpringVersion = '2.0.7', mybatisSpringBootStarterVersion = '2.2.2', springVersion = '5.3.15', - springBootVersion = '2.5.3', + springBootVersion = '3.0.4', springCloudVersion = '3.1.1', jsqlparserVersion = '4.4', // 4.5 有bug junitVersion = '5.9.0',