Skip to content

Commit c184697

Browse files
committed
secp-bouncy/build.gradle: update to Bouncy Castle 1.82
1 parent 33504de commit c184697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secp-bouncy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext.moduleName = 'org.bitcoinj.secp.bouncy'
1010

1111
dependencies {
1212
api project(':secp-api')
13-
implementation 'org.bouncycastle:bcprov-jdk18on:1.81'
13+
implementation 'org.bouncycastle:bcprov-jdk18on:1.82'
1414
}
1515

1616
jar {

0 commit comments

Comments
 (0)