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:
Jan Dittberner 2016-05-21 22:43:06 +02:00
parent 13297bbe19
commit 26bc7c2abe
4 changed files with 95 additions and 95 deletions

View file

@ -10,13 +10,13 @@ repositories {
}
dependencies {
compile group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.53'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.53'
compile group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.54'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.54'
compile group: 'javax.mail', name: 'javax.mail-api', version: '1.5.4'
compile group: 'com.sun.mail', name: 'javax.mail', version: '1.5.4'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
task wrapper(type: Wrapper) {
gradleVersion = '2.5'
gradleVersion = '2.13'
}

Binary file not shown.

View file

@ -1,6 +1,6 @@
#Sun Oct 04 23:20:16 CEST 2015
#Sat May 21 22:42:34 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
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