mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Bump bcprov-jdk15on to 1.60
This commit is contained in:
parent
8011ba96bb
commit
59f85f2f8d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue