mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-14 03:48:28 +01:00
build.gradle: update Bouncy Castle to 1.80
This commit is contained in:
parent
cc604f8e5f
commit
1ab2af87ad
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.79'
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.80'
|
||||
api 'com.google.guava:guava:33.3.1-android'
|
||||
api 'com.google.protobuf:protobuf-javalite:4.28.3'
|
||||
implementation 'org.slf4j:slf4j-api:2.0.16'
|
||||
|
|
Loading…
Add table
Reference in a new issue