This is an automated email from the ASF dual-hosted git repository.
shaofengshi pushed a commit to branch upgrade-spring
in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 8c6890a1716a0eb765bcac31c4d6df14c9859ee7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 25 06:04:10 2022 +0000
Bump spring-core from 4.3.10.RELEASE to 5.2.22.RELEASE in /tool
Bumps [spring-core](https://github.com/spring-projects/spring-framework)
from 4.3.10.RELEASE to 5.2.22.RELEASE.
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v4.3.10.RELEASE...v5.2.22.RELEASE)
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
tool/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tool/pom.xml b/tool/pom.xml
index f9fff53998..a2f32bb924 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -32,7 +32,7 @@
</parent>
<properties>
- <spring.framework.version>4.3.10.RELEASE</spring.framework.version>
+ <spring.framework.version>5.2.22.RELEASE</spring.framework.version>
</properties>
<dependencies>