1
0
mirror of synced 2026-08-06 10:18:52 +00:00

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
+8 -8
View File
@@ -46,25 +46,25 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<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-context</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -110,14 +110,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -268,7 +268,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>
<exclusions>
<exclusion>
@@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 400L;
static final String MIN_SPRING_VERSION = "4.1.3.RELEASE";
static final String MIN_SPRING_VERSION = "4.1.5.RELEASE";
static {
performVersionChecks();