1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 12:02:05 +01:00

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

View file

@ -9,7 +9,7 @@ dependencies {
compile project(":smack-extensions") compile project(":smack-extensions")
compile project(":smack-experimental") 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") testCompile project(path: ":smack-core", configuration: "testRuntime")
} }