Update to spring 3.2.17

This commit is contained in:
Rob Winch
2016-12-20 20:23:45 -06:00
parent 5e19ac5e7e
commit cdc485d121
43 changed files with 174 additions and 174 deletions

View File

@@ -50,19 +50,19 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -147,7 +147,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>