Bump bouncycastle to 1.59

This commit is contained in:
Paul Schaub 2018-05-10 17:04:15 +02:00
parent 2d70b2301f
commit 2c605e9153
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@ dependencies {
compile project(":smack-extensions")
compile project(":smack-experimental")
compile "org.bouncycastle:bcprov-jdk15on:1.59"
testCompile project(path: ":smack-core", configuration: "testRuntime")
}