Bump Bouncycastle to 1.72

This commit is contained in:
Paul Schaub 2022-11-25 16:04:36 +01:00
parent 6ae12c1262
commit aa521bac47
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,8 @@ allprojects {
minAndroidSdk = 26
animalsnifferSignatureVersion = "$minAndroidSdk:8.0.0_r2"
javaSourceCompatibility = 1.8
bouncycastleVersion = '1.71'
bouncycastleVersion = '1.72'
bouncyPgVersion = '1.72.3'
slf4jVersion = '1.7.36'
logbackVersion = '1.2.11'
junitVersion = '5.8.2'