This is an automated email from the ASF dual-hosted git repository.
linghengqian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new a6839136e Bump org.springframework:spring-context (#2386)
a6839136e is described below
commit a6839136ed8fbecbd9994ccd25d45779a6f97079
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 8 00:13:15 2024 +0800
Bump org.springframework:spring-context (#2386)
Bumps
[org.springframework:spring-context](https://github.com/spring-projects/spring-framework)
from 4.3.4.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.4.RELEASE...v5.2.22.RELEASE)
---
updated-dependencies:
- dependency-name: org.springframework:spring-context
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/elasticjob-example-springboot/pom.xml | 2 +-
examples/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/elasticjob-example-springboot/pom.xml
b/examples/elasticjob-example-springboot/pom.xml
index 9e6c287e1..a4fe0efe2 100644
--- a/examples/elasticjob-example-springboot/pom.xml
+++ b/examples/elasticjob-example-springboot/pom.xml
@@ -30,7 +30,7 @@
<properties>
<springboot.version>2.5.12</springboot.version>
- <spring.version>5.2.7.RELEASE</spring.version>
+ <spring.version>5.2.22.RELEASE</spring.version>
</properties>
<dependencyManagement>
diff --git a/examples/pom.xml b/examples/pom.xml
index 69104c6f0..06acfe584 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -40,7 +40,7 @@
<java.version>1.8</java.version>
<curator.version>5.1.0</curator.version>
- <springframework.version>4.3.4.RELEASE</springframework.version>
+ <springframework.version>5.2.22.RELEASE</springframework.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.13</logback.version>