build.gradle: Update BouncyCastle to 1.69.

This commit is contained in:
Andreas Schildbach 2021-09-25 23:23:12 +02:00
parent 47660f6418
commit 2882d63616

View File

@ -8,7 +8,7 @@ plugins {
version = '0.16-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.68'
api 'org.bouncycastle:bcprov-jdk15to18:1.69'
api 'com.google.guava:guava:30.0-android'
api 'com.google.protobuf:protobuf-javalite:3.13.0'
api 'com.squareup.okhttp3:okhttp:3.12.12'