Skip to content

Commit 638e92a

Browse files
committed
SEC-1992: Updated Spring version to 3.0.7
1 parent d14150c commit 638e92a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class SpringSecurityCoreVersion {
2222

2323
static final String SPRING_MAJOR_VERSION = "3";
2424

25-
static final String MIN_SPRING_VERSION = "3.0.6.RELEASE";
25+
static final String MIN_SPRING_VERSION = "3.0.7.RELEASE";
2626

2727
static {
2828
// Check Spring Compatibility

gradle/javaprojects.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22
apply plugin: 'eclipse'
33

4-
ext.springVersion = '3.0.6.RELEASE'
4+
ext.springVersion = '3.0.7.RELEASE'
55
ext.springLdapVersion = '1.3.1.RELEASE'
66
ext.ehcacheVersion = '1.6.2'
77
ext.aspectjVersion = '1.6.10'

0 commit comments

Comments
 (0)