Update to Spring 3.0.6.

This commit is contained in:
Luke Taylor 2011-08-19 14:37:56 -07:00
parent 3e4fc0b948
commit d6b7b52a79
2 changed files with 3 additions and 3 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.5.RELEASE";
static final String MIN_SPRING_VERSION = "3.0.6.RELEASE";
static {
// Check Spring Compatibility

View File

@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'eclipse'
springVersion = '3.0.5.RELEASE'
springVersion = '3.0.6.RELEASE'
springLdapVersion = '1.3.1.RELEASE'
ehcacheVersion = '1.6.2'
aspectjVersion = '1.6.10'
@ -10,7 +10,7 @@ jstlVersion = '1.2'
jettyVersion = '6.1.22'
hsqlVersion = '1.8.0.10'
slf4jVersion = '1.6.1'
logbackVersion = '0.9.28'
logbackVersion = '0.9.29'
cglibVersion = '2.2'
bundlorProperties = [