This is an automated email from the ASF dual-hosted git repository.
jianglongtao 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 86dc57b58 Bump Spring Framework from 5.3.31 to 5.3.39 (#2500)
86dc57b58 is described below
commit 86dc57b58db3166955f027a596ba4da507570af7
Author: Raigor <[email protected]>
AuthorDate: Sat Jan 31 18:02:02 2026 +0800
Bump Spring Framework from 5.3.31 to 5.3.39 (#2500)
---
pom.xml | 1 +
spring/pom.xml | 7 +++++++
2 files changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index bf7b98d84..f3c37b1e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
<hikari-cp.version>4.0.3</hikari-cp.version>
<spring-boot-dependencies.version>2.7.18</spring-boot-dependencies.version>
+ <spring-framework.version>5.3.39</spring-framework.version>
<!-- Compile plugin versions -->
<maven-enforcer-plugin.version>3.2.1</maven-enforcer-plugin.version>
diff --git a/spring/pom.xml b/spring/pom.xml
index e0b74f7d2..8a2b74f2d 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -46,6 +46,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>${spring-framework.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>