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 1b964dc commit 1530109Copy full SHA for 1530109
fabric-chaincode-shim/build.gradle
@@ -40,8 +40,8 @@ dependencies {
40
implementation platform('io.opentelemetry:opentelemetry-bom:1.54.0')
41
42
implementation 'org.hyperledger.fabric:fabric-protos:0.3.7'
43
- implementation 'org.bouncycastle:bcpkix-jdk18on:1.81'
44
- implementation 'org.bouncycastle:bcprov-jdk18on:1.81'
+ implementation 'org.bouncycastle:bcpkix-jdk18on:1.82'
+ implementation 'org.bouncycastle:bcprov-jdk18on:1.82'
45
implementation 'io.github.classgraph:classgraph:4.8.181'
46
implementation 'com.github.erosb:everit-json-schema:1.14.6'
47
implementation 'org.json:json:20250517'
0 commit comments