Bump bouncycastle to 1.64

This commit is contained in:
Paul Schaub 2020-01-09 19:06:25 +01:00
parent 100093f1f3
commit 3f2cdb8177
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ allprojects {
isSnapshot = true
pgpainlessMinAndroidSdk = 9
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.62'
bouncyCastleVersion = '1.64'
}
}