Skip to content

Commit

Permalink
Move to Bouncy Castle v1.78.
Browse files Browse the repository at this point in the history
As per https://bugzilla.redhat.com/show_bug.cgi?id=2276360.

Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
  • Loading branch information
benjsmi authored and denyeart committed Apr 30, 2024
1 parent 7f6cf32 commit 72827bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric-chaincode-shim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {

dependencies {
implementation 'org.hyperledger.fabric:fabric-protos:0.3.3'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78'
implementation 'org.bouncycastle:bcprov-jdk18on:1.78'
implementation 'io.github.classgraph:classgraph:4.8.165'
implementation 'com.github.everit-org.json-schema:org.everit.json.schema:1.14.4'
implementation 'org.json:json:20240303'
Expand Down

0 comments on commit 72827bc

Please sign in to comment.