From 63031d91c570b8178d939d4a2bc03a1e6678737f Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Thu, 29 Aug 2024 09:38:48 -0700 Subject: [PATCH] secp-bouncy/build.gradle: Bouncy Castle 1.78.1 --- secp-bouncy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secp-bouncy/build.gradle b/secp-bouncy/build.gradle index 17938cd..e274869 100644 --- a/secp-bouncy/build.gradle +++ b/secp-bouncy/build.gradle @@ -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 {