We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14150c commit 638e92aCopy full SHA for 638e92a
core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
@@ -22,7 +22,7 @@ public class SpringSecurityCoreVersion {
22
23
static final String SPRING_MAJOR_VERSION = "3";
24
25
- static final String MIN_SPRING_VERSION = "3.0.6.RELEASE";
+ static final String MIN_SPRING_VERSION = "3.0.7.RELEASE";
26
27
static {
28
// Check Spring Compatibility
gradle/javaprojects.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'java'
2
apply plugin: 'eclipse'
3
4
-ext.springVersion = '3.0.6.RELEASE'
+ext.springVersion = '3.0.7.RELEASE'
5
ext.springLdapVersion = '1.3.1.RELEASE'
6
ext.ehcacheVersion = '1.6.2'
7
ext.aspectjVersion = '1.6.10'
0 commit comments