Bump BC to 1.67

This commit is contained in:
Paul Schaub 2020-11-10 17:21:43 +01:00
parent 99a2fcf1c0
commit d168c61bf3
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.65'
bouncyCastleVersion = '1.67'
}
}