Skip to content

Commit 72827bc

Browse files
benjsmidenyeart
authored andcommitted
Move to Bouncy Castle v1.78.
As per https://bugzilla.redhat.com/show_bug.cgi?id=2276360. Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
1 parent 7f6cf32 commit 72827bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fabric-chaincode-shim/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {
5151

5252
dependencies {
5353
implementation 'org.hyperledger.fabric:fabric-protos:0.3.3'
54-
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
55-
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
54+
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78'
55+
implementation 'org.bouncycastle:bcprov-jdk18on:1.78'
5656
implementation 'io.github.classgraph:classgraph:4.8.165'
5757
implementation 'com.github.everit-org.json-schema:org.everit.json.schema:1.14.4'
5858
implementation 'org.json:json:20240303'

0 commit comments

Comments
 (0)