build.gradle: update BouncyCastle to 1.71

This commit is contained in:
Andreas Schildbach 2022-04-01 18:05:20 +02:00
parent 9669c07a99
commit f33af0316c

View file

@ -10,7 +10,7 @@ plugins {
version = '0.17-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.70'
api 'org.bouncycastle:bcprov-jdk15to18:1.71'
api 'com.google.guava:guava:31.0.1-android'
api 'com.google.protobuf:protobuf-javalite:3.19.4'
api 'com.squareup.okhttp3:okhttp:3.14.9'