build.gradle: update Bouncy Castle to 1.78.1

This commit is contained in:
Andreas Schildbach 2024-04-29 12:19:49 +02:00
parent bd0a36b1e5
commit b292679aa4

View file

@ -9,7 +9,7 @@ plugins {
version = '0.17-SNAPSHOT' version = '0.17-SNAPSHOT'
dependencies { dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.77' api 'org.bouncycastle:bcprov-jdk15to18:1.78.1'
api 'com.google.guava:guava:33.1.0-android' api 'com.google.guava:guava:33.1.0-android'
api 'com.google.protobuf:protobuf-javalite:4.26.1' api 'com.google.protobuf:protobuf-javalite:4.26.1'
implementation 'org.slf4j:slf4j-api:2.0.12' implementation 'org.slf4j:slf4j-api:2.0.12'