mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 00:09:31 +01:00
build.gradle: update Bouncy Castle to 1.78.1
This commit is contained in:
parent
bd0a36b1e5
commit
b292679aa4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue