1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 20:14:49 +02:00

Bump Bouncycastle to 1.68

This commit is contained in:
Paul Schaub 2020-12-23 13:02:06 +01:00
parent ff8c6d8b6d
commit 0e970b8931
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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