1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

Bump Bouncy Castle to 1.71

This commit is contained in:
Florian Schmaus 2022-08-07 16:59:47 +02:00
parent 167af86f79
commit e87da18495
3 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ allprojects {
smackMinAndroidSdk = 19
junitVersion = '5.7.1'
commonsIoVersion = '2.6'
bouncyCastleVersion = '1.70'
bouncyCastleVersion = '1.71'
guavaVersion = '30.1-jre'
mockitoVersion = '3.7.7'
orgReflectionsVersion = '0.9.11'