Skip to content

Commit dedef9d

Browse files
committed
upgrade the versions
1 parent 3aeb8ce commit dedef9d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.alibaba</groupId>
6363
<artifactId>fastjson</artifactId>
64-
<version>1.1.39</version>
64+
<version>1.2.73</version>
6565
</dependency>
6666

6767
<dependency>
@@ -80,37 +80,37 @@
8080
<dependency>
8181
<groupId>org.springframework</groupId>
8282
<artifactId>spring-core</artifactId>
83-
<version>4.0.5.RELEASE </version>
83+
<version>5.2.8.RELEASE</version>
8484
</dependency>
8585

8686
<dependency>
8787
<groupId>org.springframework</groupId>
8888
<artifactId>spring-beans</artifactId>
89-
<version>4.0.5.RELEASE </version>
89+
<version>5.2.8.RELEASE</version>
9090
</dependency>
9191

9292
<dependency>
9393
<groupId>org.springframework</groupId>
9494
<artifactId>spring-context</artifactId>
95-
<version>4.0.5.RELEASE </version>
95+
<version>5.2.8.RELEASE</version>
9696
</dependency>
9797

9898
<dependency>
9999
<groupId>org.springframework</groupId>
100100
<artifactId>spring-context-support</artifactId>
101-
<version>4.0.5.RELEASE </version>
101+
<version>5.2.8.RELEASE</version>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>org.springframework</groupId>
106106
<artifactId>spring-tx</artifactId>
107-
<version>4.0.5.RELEASE </version>
107+
<version>5.2.8.RELEASE</version>
108108
</dependency>
109109

110110
<dependency>
111111
<groupId>org.springframework</groupId>
112112
<artifactId>spring-aspects</artifactId>
113-
<version>4.0.5.RELEASE </version>
113+
<version>5.2.8.RELEASE</version>
114114
</dependency>
115115

116116
<dependency>
@@ -138,4 +138,4 @@
138138
<modules>
139139
</modules>
140140

141-
</project>
141+
</project>

0 commit comments

Comments
 (0)