build.gradle: update Bouncy Castle to 1.76

This commit is contained in:
Andreas Schildbach 2023-07-31 11:34:36 +02:00
parent 36dce3d9d5
commit c1307c1190

View file

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