Skip to content

Commit

Permalink
build.gradle: update Bouncy Castle to 1.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Apr 29, 2024
1 parent bd0a36b commit b292679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
version = '0.17-SNAPSHOT'

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.protobuf:protobuf-javalite:4.26.1'
implementation 'org.slf4j:slf4j-api:2.0.12'
Expand Down

0 comments on commit b292679

Please sign in to comment.