From a65fdd1e998038a4306082614f60140e8024e766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:15:29 +0000 Subject: [PATCH] Bump springVersion from 5.3.37 to 6.1.12 Bumps `springVersion` from 5.3.37 to 6.1.12. Updates `org.springframework:spring-context-support` from 5.3.37 to 6.1.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12) Updates `org.springframework:spring-jdbc` from 5.3.37 to 6.1.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12) Updates `org.springframework:spring-tx` from 5.3.37 to 6.1.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12) Updates `org.springframework:spring-web` from 5.3.37 to 6.1.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12) Updates `org.springframework:spring-aop` from 5.3.37 to 6.1.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12) Updates `org.springframework:spring-test` from 5.3.37 to 6.1.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12) --- updated-dependencies: - dependency-name: org.springframework:spring-context-support dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-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 fc6819690..a270432e9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ ext { mybatisVersion = '3.5.16', mybatisSpringVersion = '2.1.2', mybatisSpringBootStarterVersion = '2.3.2', - springVersion = '5.3.39', + springVersion = '6.1.12', springBootVersion = '2.7.18', springBoot3Version = '3.3.3', springCloudVersion = '3.1.8',