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

Commit

Permalink
Upgrade to Spring Security Crypto 3.2.9.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Mar 5, 2016
1 parent 2c35f45 commit 658d6d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ buildscript {
configure(allprojects) {
group = "org.springframework.android"

ext.androidVersion = "4.1.1.4"
ext.springSocialVersion = "1.1.4.RELEASE"
ext.springSecurityVersion = "3.1.3.RELEASE"
ext.jackson2Version = "2.7.2"
ext.gsonVersion = "2.6.2"
ext.simpleXmlVersion = "2.7.1"
ext.okHttp3Version = "3.2.0"
ext.okHttpVersion = "2.7.5"
ext.httpclientVersion = "4.3.5.1"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
ext.androidVersion = "4.1.1.4"
ext.springSocialVersion = "1.1.4.RELEASE"
ext.springSecurityCryptoVersion = "3.2.9.RELEASE"
ext.jackson2Version = "2.7.2"
ext.gsonVersion = "2.6.2"
ext.simpleXmlVersion = "2.7.1"
ext.okHttp3Version = "3.2.0"
ext.okHttpVersion = "2.7.5"
ext.httpclientVersion = "4.3.5.1"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"

apply plugin: 'propdeps'
apply plugin: 'propdeps-maven'
Expand Down Expand Up @@ -144,7 +144,7 @@ project("spring-android-auth") {
// exclude spring-web in favor of spring-android-rest-template
exclude group: "org.springframework", module: "spring-web"
}
compile("org.springframework.security:spring-security-crypto:$springSecurityVersion") { dep ->
compile("org.springframework.security:spring-security-crypto:$springSecurityCryptoVersion") { dep ->
transitive = false
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/spring-android-auth-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>spring-android-auth-test</name>

<properties>
<org.springframework.security-version>3.1.3.RELEASE</org.springframework.security-version>
<org.springframework.security-version>3.2.9.RELEASE</org.springframework.security-version>
</properties>

<dependencies>
Expand Down

0 comments on commit 658d6d3

Please sign in to comment.