SEC-1992: Updated Spring version to 3.0.7
This commit is contained in:
parent
d14150c2e1
commit
638e92a3f7
|
@ -22,7 +22,7 @@ public class SpringSecurityCoreVersion {
|
||||||
|
|
||||||
static final String SPRING_MAJOR_VERSION = "3";
|
static final String SPRING_MAJOR_VERSION = "3";
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "3.0.6.RELEASE";
|
static final String MIN_SPRING_VERSION = "3.0.7.RELEASE";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// Check Spring Compatibility
|
// Check Spring Compatibility
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
ext.springVersion = '3.0.6.RELEASE'
|
ext.springVersion = '3.0.7.RELEASE'
|
||||||
ext.springLdapVersion = '1.3.1.RELEASE'
|
ext.springLdapVersion = '1.3.1.RELEASE'
|
||||||
ext.ehcacheVersion = '1.6.2'
|
ext.ehcacheVersion = '1.6.2'
|
||||||
ext.aspectjVersion = '1.6.10'
|
ext.aspectjVersion = '1.6.10'
|
||||||
|
|
Loading…
Reference in New Issue