Merge pull request #251 from vanitasvitae/bumpBc

Bump bcprov-jdk15on to 1.60
This commit is contained in:
Florian Schmaus 2018-07-28 12:58:02 +02:00 committed by GitHub
commit f3262c9d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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")
}