Update to Bouncy Castle 1.54
This commit updates the Bouncy Castle dependencies to version 1.54. The gradle version for the wrapper has been updated to 2.13.
This commit is contained in:
parent
13297bbe19
commit
26bc7c2abe
4 changed files with 95 additions and 95 deletions
|
@ -10,13 +10,13 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.53'
|
compile group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.54'
|
||||||
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.53'
|
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.54'
|
||||||
compile group: 'javax.mail', name: 'javax.mail-api', version: '1.5.4'
|
compile group: 'javax.mail', name: 'javax.mail-api', version: '1.5.4'
|
||||||
compile group: 'com.sun.mail', name: 'javax.mail', version: '1.5.4'
|
compile group: 'com.sun.mail', name: 'javax.mail', version: '1.5.4'
|
||||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
task wrapper(type: Wrapper) {
|
||||||
gradleVersion = '2.5'
|
gradleVersion = '2.13'
|
||||||
}
|
}
|
||||||
|
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Sun Oct 04 23:20:16 CEST 2015
|
#Sat May 21 22:42:34 CEST 2016
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip
|
||||||
|
|
Loading…
Reference in a new issue