diff --git a/build.gradle b/build.gradle index 77c000b6..e59c59de 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { configure(allprojects) { group = "org.springframework.ws" - ext.springVersion = "4.2.8.RELEASE" + ext.springVersion = "4.2.9.RELEASE" ext.springSecurityVersion = "4.0.4.RELEASE" ext.axiomVersion = "1.2.20" ext.smackVersion = "4.1.9" diff --git a/spring4-next-profile.gradle b/spring4-next-profile.gradle index c7559765..3327151f 100644 --- a/spring4-next-profile.gradle +++ b/spring4-next-profile.gradle @@ -2,5 +2,5 @@ * Enable with "-Pprofile=spring4-next" */ -ext.springVersion = "4.3.7.RELEASE" -ext.springSecurityVersion = "4.1.4.RELEASE" \ No newline at end of file +ext.springVersion = "4.3.10.RELEASE" +ext.springSecurityVersion = "4.2.3.RELEASE" \ No newline at end of file diff --git a/spring5-profile.gradle b/spring5-profile.gradle index 1dc2f091..316447d2 100644 --- a/spring5-profile.gradle +++ b/spring5-profile.gradle @@ -3,7 +3,7 @@ */ ext.springVersion = "5.0.0.BUILD-SNAPSHOT" -ext.springSecurityVersion = "4.2.3.BUILD-SNAPSHOT" +ext.springSecurityVersion = "4.2.4.BUILD-SNAPSHOT" compileJava { sourceCompatibility=1.8