1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-21 19:14:51 +02:00

Bump BC to 1.77

This commit is contained in:
Paul Schaub 2023-11-30 20:26:35 +01:00
parent 5a343a39d3
commit 160e42c32b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -8,7 +8,7 @@ allprojects {
isSnapshot = true
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.76'
bouncyCastleVersion = '1.77'
bouncyPgVersion = bouncyCastleVersion
junitVersion = '5.8.2'
logbackVersion = '1.2.11'