From e884067e23e436f342b6640583f641bd9337d1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:35:48 +0000 Subject: [PATCH] Bump springBootVersion from 2.7.18 to 3.3.4 Bumps `springBootVersion` from 2.7.18 to 3.3.4. Updates `org.springframework.boot:spring-boot-dependencies` from 2.7.18 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.3.4) Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 2.7.18 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.3.4) Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.18 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.3.4) Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.18 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-jdbc` from 2.7.18 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.18 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v3.3.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 - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-jdbc dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-test 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 b08d9ed4d..626dadb8a 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ ext { mybatisSpringVersion = '2.1.2', mybatisSpringBootStarterVersion = '2.3.2', springVersion = '5.3.39', - springBootVersion = '2.7.18', + springBootVersion = '3.3.4', springBoot3Version = '3.3.3', springCloudVersion = '3.1.8', jsqlparserVersion = '5.0',