build.gradle: update Bouncy Castle to 1.77

This commit is contained in:
Sean Gilligan 2023-11-15 10:20:28 -08:00 committed by Andreas Schildbach
parent 8566f8a21c
commit 7b6f48a739

View File

@ -10,7 +10,7 @@ plugins {
version = '0.17-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.76'
api 'org.bouncycastle:bcprov-jdk15to18:1.77'
api 'com.google.guava:guava:32.1.3-android'
api 'com.google.protobuf:protobuf-javalite:3.22.3'
implementation 'org.slf4j:slf4j-api:2.0.9'