Bump BC to 1.70

This commit is contained in:
Paul Schaub 2021-12-02 12:44:09 +01:00
parent ddc071374c
commit ec61f4de9f
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ allprojects {
isSnapshot = true
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.69'
bouncyCastleVersion = '1.70'
}
}