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

@@ -40,25 +40,25 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
</dependency>
<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-context</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -104,14 +104,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.2.13.RELEASE</version>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -262,7 +262,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>
<exclusions>
<exclusion>

View File

@@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 320L;
static final String MIN_SPRING_VERSION = "3.2.13.RELEASE";
static final String MIN_SPRING_VERSION = "3.2.17.RELEASE";
static {
performVersionChecks();