@@ -12,16 +12,16 @@ buildscript {
12
12
configure(allprojects) {
13
13
group = " org.springframework.android"
14
14
15
- ext. androidVersion = " 4.1.1.4"
16
- ext. springSocialVersion = " 1.1.4.RELEASE"
17
- ext. springSecurityVersion = " 3.1.3 .RELEASE"
18
- ext. jackson2Version = " 2.7.2"
19
- ext. gsonVersion = " 2.6.2"
20
- ext. simpleXmlVersion = " 2.7.1"
21
- ext. okHttp3Version = " 3.2.0"
22
- ext. okHttpVersion = " 2.7.5"
23
- ext. httpclientVersion = " 4.3.5.1"
24
- ext. gradleScriptDir = " ${ rootProject.projectDir} /gradle"
15
+ ext. androidVersion = " 4.1.1.4"
16
+ ext. springSocialVersion = " 1.1.4.RELEASE"
17
+ ext. springSecurityCryptoVersion = " 3.2.9 .RELEASE"
18
+ ext. jackson2Version = " 2.7.2"
19
+ ext. gsonVersion = " 2.6.2"
20
+ ext. simpleXmlVersion = " 2.7.1"
21
+ ext. okHttp3Version = " 3.2.0"
22
+ ext. okHttpVersion = " 2.7.5"
23
+ ext. httpclientVersion = " 4.3.5.1"
24
+ ext. gradleScriptDir = " ${ rootProject.projectDir} /gradle"
25
25
26
26
apply plugin : ' propdeps'
27
27
apply plugin : ' propdeps-maven'
@@ -144,7 +144,7 @@ project("spring-android-auth") {
144
144
// exclude spring-web in favor of spring-android-rest-template
145
145
exclude group : " org.springframework" , module : " spring-web"
146
146
}
147
- compile(" org.springframework.security:spring-security-crypto:$s pringSecurityVersion " ) { dep ->
147
+ compile(" org.springframework.security:spring-security-crypto:$s pringSecurityCryptoVersion " ) { dep ->
148
148
transitive = false
149
149
}
150
150
}
0 commit comments