Skip to content

Commit 7449730

Browse files
committed
fix(deps): update spring core to v3.2.18.release
1 parent 6d5fb1e commit 7449730

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<dependency>
289289
<groupId>org.springframework</groupId>
290290
<artifactId>spring-webmvc-portlet</artifactId>
291-
<version>3.1.4.RELEASE</version>
291+
<version>3.2.18.RELEASE</version>
292292
</dependency>
293293
<dependency>
294294
<groupId>org.springframework</groupId>
@@ -298,17 +298,17 @@
298298
<dependency>
299299
<groupId>org.springframework</groupId>
300300
<artifactId>spring-beans</artifactId>
301-
<version>3.1.4.RELEASE</version>
301+
<version>3.2.18.RELEASE</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>org.springframework</groupId>
305305
<artifactId>spring-context-support</artifactId>
306-
<version>3.1.4.RELEASE</version>
306+
<version>3.2.18.RELEASE</version>
307307
</dependency>
308308
<dependency>
309309
<groupId>org.springframework</groupId>
310310
<artifactId>spring-orm</artifactId>
311-
<version>3.1.4.RELEASE</version>
311+
<version>3.2.18.RELEASE</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)