build.gradle: update BouncyCastle to 1.73

This commit is contained in:
Sean Gilligan 2023-05-27 18:06:54 -07:00 committed by Andreas Schildbach
parent d7c20ff73d
commit 5032664f5c

View file

@ -10,7 +10,7 @@ plugins {
version = '0.17-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.72'
api 'org.bouncycastle:bcprov-jdk15to18:1.73'
api 'com.google.guava:guava:31.1-android'
api 'com.google.protobuf:protobuf-javalite:3.22.3'
implementation 'org.slf4j:slf4j-api:2.0.7'