mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Merge pull request #251 from vanitasvitae/bumpBc
Bump bcprov-jdk15on to 1.60
This commit is contained in:
commit
f3262c9d58
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue