Bump Bouncy Castle to 1.68

This commit is contained in:
Florian Schmaus 2021-02-14 17:40:49 +01:00
parent 9261d6485e
commit fe3214291d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ allprojects {
smackMinAndroidSdk = 19
junitVersion = '5.6.2'
commonsIoVersion = '2.6'
bouncyCastleVersion = '1.65'
bouncyCastleVersion = '1.68'
if (project.hasProperty("useSonatype")) {
useSonatype = project.getProperty("useSonatype").toBoolean()