build.gradle: update Bouncy Castle to 1.80

This commit is contained in:
Andreas Schildbach 2025-01-17 10:09:46 +01:00
parent cc604f8e5f
commit 1ab2af87ad

View file

@ -9,7 +9,7 @@ plugins {
version = '0.17-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.79'
api 'org.bouncycastle:bcprov-jdk15to18:1.80'
api 'com.google.guava:guava:33.3.1-android'
api 'com.google.protobuf:protobuf-javalite:4.28.3'
implementation 'org.slf4j:slf4j-api:2.0.16'