From c8cb5d89a22798eedc6fded781d3ca5fa02ffc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 04:09:05 +0000 Subject: [PATCH] Bump springVersion from 5.3.39 to 6.1.14 Bumps `springVersion` from 5.3.39 to 6.1.14. Updates `org.springframework:spring-context-support` from 5.3.39 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.1.14) Updates `org.springframework:spring-jdbc` from 5.3.39 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.1.14) Updates `org.springframework:spring-tx` from 5.3.39 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.1.14) Updates `org.springframework:spring-web` from 5.3.39 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.1.14) Updates `org.springframework:spring-aop` from 5.3.39 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.1.14) Updates `org.springframework:spring-test` from 5.3.39 to 6.1.14 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.39...v6.1.14) --- 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 4e3a6bcdb..a02d28ef1 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.14', springBootVersion = '2.7.18', springBoot3Version = '3.3.4', springCloudVersion = '3.1.8',