1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

Bump BC to 1.71

This commit is contained in:
Paul Schaub 2022-04-07 19:40:39 +02:00
parent 02d6d19aac
commit 53017d2d38
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 4 additions and 3 deletions

View file

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