From 5d532bcb69c745c077b688b4e5a532a587242f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 06:57:33 +0000 Subject: [PATCH] Bump springVersion from 5.3.22 to 5.3.23 Bumps `springVersion` from 5.3.22 to 5.3.23. Updates `spring-context` from 5.3.22 to 5.3.23 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23) Updates `spring-aop` from 5.3.22 to 5.3.23 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23) Updates `spring-test` from 5.3.22 to 5.3.23 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 158039d1..def31cdb 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { ext { awsSdkVersion = "2.17.283" - springVersion = "5.3.22" + springVersion = "5.3.23" springSecurityVersion = "5.7.3" springBootVersion = "2.7.3" edisonVersion = "2.7.4"