mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01:00
build.gradle: update BouncyCastle to 1.72
This commit is contained in:
parent
6ce061c9d3
commit
271e9ab018
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ plugins {
|
|||
version = '0.17-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.71'
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.72'
|
||||
api 'com.google.guava:guava:31.1-android'
|
||||
api 'com.google.protobuf:protobuf-javalite:3.19.4'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.36'
|
||||
|
|
Loading…
Add table
Reference in a new issue