Skip to content

Commit

Permalink
secp-bouncy/build.gradle: Bouncy Castle 1.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 29, 2024
1 parent 708e4d2 commit 9feca7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secp-bouncy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext.moduleName = 'org.bitcoinj.secp.bouncy'

dependencies {
api project(':secp-api')
api 'org.bouncycastle:bcprov-jdk18on:1.77' // TODO: Make this a non-API dependency, see BouncyPrivKey
api 'org.bouncycastle:bcprov-jdk18on:1.78.1' // TODO: Make this a non-API dependency, see BouncyPrivKey
}

jar {
Expand Down

0 comments on commit 9feca7d

Please sign in to comment.