aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2022-03-21 17:07:06 +0800
committerhekeguang <hekeguang@chinamobile.com>2022-03-21 17:07:23 +0800
commitb2f757044deb48143b6bac2a6340d2dc4bd107a9 (patch)
tree2480e49b9c89b4a4b60e60211e922176865f94cb
parent0c960c01edd0aa65d67495e79ac43fd1e8fac0d9 (diff)
Update springframework version to 5.3.13.
Issue-ID: USECASEUI-659 Change-Id: I96b20a86c493c68c5879be25dfb23deac5eb3967 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
-rw-r--r--server/pom.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 3e3a1a7b..b123dae4 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -47,6 +47,13 @@
<dependencyManagement>
<dependencies>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>5.3.13</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
@@ -191,7 +198,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
- <version>5.3.13</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
@@ -201,7 +207,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>5.3.13</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
@@ -211,7 +216,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>5.3.13</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
@@ -221,7 +225,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>5.3.13</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>