mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 06:35:17 +01:00
build.gradle: update Bouncy Castle to 1.76
This commit is contained in:
parent
36dce3d9d5
commit
c1307c1190
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ plugins {
|
||||||
version = '0.17-SNAPSHOT'
|
version = '0.17-SNAPSHOT'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.bouncycastle:bcprov-jdk15to18:1.75'
|
api 'org.bouncycastle:bcprov-jdk15to18:1.76'
|
||||||
api 'com.google.guava:guava:32.1.1-android'
|
api 'com.google.guava:guava:32.1.1-android'
|
||||||
api 'com.google.protobuf:protobuf-javalite:3.22.3'
|
api 'com.google.protobuf:protobuf-javalite:3.22.3'
|
||||||
implementation 'org.slf4j:slf4j-api:2.0.7'
|
implementation 'org.slf4j:slf4j-api:2.0.7'
|
||||||
|
|
Loading…
Add table
Reference in a new issue