Bump BC to 1.65

This commit is contained in:
Paul Schaub 2020-04-11 12:01:26 +02:00
parent ba6e850f6f
commit b6b441f65c
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.64'
bouncyCastleVersion = '1.65'
}
}