Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 658d6d3

Browse files
committed
Upgrade to Spring Security Crypto 3.2.9.RELEASE
1 parent 2c35f45 commit 658d6d3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

build.gradle

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ buildscript {
1212
configure(allprojects) {
1313
group = "org.springframework.android"
1414

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"
2525

2626
apply plugin: 'propdeps'
2727
apply plugin: 'propdeps-maven'
@@ -144,7 +144,7 @@ project("spring-android-auth") {
144144
// exclude spring-web in favor of spring-android-rest-template
145145
exclude group: "org.springframework", module: "spring-web"
146146
}
147-
compile("org.springframework.security:spring-security-crypto:$springSecurityVersion") { dep ->
147+
compile("org.springframework.security:spring-security-crypto:$springSecurityCryptoVersion") { dep ->
148148
transitive = false
149149
}
150150
}

test/spring-android-auth-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<name>spring-android-auth-test</name>
1414

1515
<properties>
16-
<org.springframework.security-version>3.1.3.RELEASE</org.springframework.security-version>
16+
<org.springframework.security-version>3.2.9.RELEASE</org.springframework.security-version>
1717
</properties>
1818

1919
<dependencies>

0 commit comments

Comments
 (0)