mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
Update to Spring 3.0.6.
This commit is contained in:
parent
3e4fc0b948
commit
d6b7b52a79
@ -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.5.RELEASE";
|
static final String MIN_SPRING_VERSION = "3.0.6.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'
|
||||||
|
|
||||||
springVersion = '3.0.5.RELEASE'
|
springVersion = '3.0.6.RELEASE'
|
||||||
springLdapVersion = '1.3.1.RELEASE'
|
springLdapVersion = '1.3.1.RELEASE'
|
||||||
ehcacheVersion = '1.6.2'
|
ehcacheVersion = '1.6.2'
|
||||||
aspectjVersion = '1.6.10'
|
aspectjVersion = '1.6.10'
|
||||||
@ -10,7 +10,7 @@ jstlVersion = '1.2'
|
|||||||
jettyVersion = '6.1.22'
|
jettyVersion = '6.1.22'
|
||||||
hsqlVersion = '1.8.0.10'
|
hsqlVersion = '1.8.0.10'
|
||||||
slf4jVersion = '1.6.1'
|
slf4jVersion = '1.6.1'
|
||||||
logbackVersion = '0.9.28'
|
logbackVersion = '0.9.29'
|
||||||
cglibVersion = '2.2'
|
cglibVersion = '2.2'
|
||||||
|
|
||||||
bundlorProperties = [
|
bundlorProperties = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user