1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-13 07:04:52 +02:00

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

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")
}