SEC-2863: Update to Spring 4.1.5

This commit is contained in:
Rob Winch
2015-02-20 09:28:26 -06:00
parent fb085cae25
commit 706e7fd7a2
48 changed files with 210 additions and 189 deletions

View File

@@ -53,19 +53,19 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>