SEC-1992: Updated Spring version to 3.0.7

This commit is contained in:
Rob Winch 2012-07-06 10:24:54 -05:00
parent d14150c2e1
commit 638e92a3f7
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ public class SpringSecurityCoreVersion {
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 {
// Check Spring Compatibility

View File

@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'eclipse'
ext.springVersion = '3.0.6.RELEASE'
ext.springVersion = '3.0.7.RELEASE'
ext.springLdapVersion = '1.3.1.RELEASE'
ext.ehcacheVersion = '1.6.2'
ext.aspectjVersion = '1.6.10'