Bump bcprov-jdk15on to 1.60

This commit is contained in:
Paul Schaub 2018-07-09 10:59:19 +02:00
parent 8011ba96bb
commit 59f85f2f8d
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

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