Bump BouncyCastle to 1.62

This commit is contained in:
Florian Schmaus 2019-07-27 12:37:55 +02:00
parent 4ca2c7cc69
commit b86d088926
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ allprojects {
// - https://issues.igniterealtime.org/browse/SMACK-858 // - https://issues.igniterealtime.org/browse/SMACK-858
jxmppVersion = '0.7.0-alpha5' jxmppVersion = '0.7.0-alpha5'
miniDnsVersion = '0.4.0-alpha3' miniDnsVersion = '0.4.0-alpha3'
bouncyCastleVersion = '1.61' bouncyCastleVersion = '1.62'
smackMinAndroidSdk = 19 smackMinAndroidSdk = 19
} }
} }