edit spring from 3.2.3 to 3.2.4

This commit is contained in:
Tienan Chen 2013-10-21 09:06:08 +08:00
parent 451dd8ff92
commit bdd0eee13e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.3.RELEASE</version>
<version>3.2.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>