Skip to content

Commit

Permalink
build.gradle: update Bouncy Castle to 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Nov 9, 2024
1 parent 24fb83c commit 5e29a9e
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 @@ -10,7 +10,7 @@ version = '0.18-SNAPSHOT'

dependencies {
api project(':bitcoinj-base')
api 'org.bouncycastle:bcprov-jdk15to18:1.78.1'
api 'org.bouncycastle:bcprov-jdk15to18:1.79'
api 'com.google.guava:guava:33.3.0-android'
api 'com.google.protobuf:protobuf-javalite:4.27.3'
implementation 'org.slf4j:slf4j-api:2.0.13'
Expand Down

0 comments on commit 5e29a9e

Please sign in to comment.