We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6cf32 commit 72827bcCopy full SHA for 72827bc
fabric-chaincode-shim/build.gradle
@@ -51,8 +51,8 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {
51
52
dependencies {
53
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'
+ implementation 'org.bouncycastle:bcpkix-jdk18on:1.78'
+ implementation 'org.bouncycastle:bcprov-jdk18on:1.78'
56
implementation 'io.github.classgraph:classgraph:4.8.165'
57
implementation 'com.github.everit-org.json-schema:org.everit.json.schema:1.14.4'
58
implementation 'org.json:json:20240303'
0 commit comments