We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d4b31 commit 403d496Copy full SHA for 403d496
fabric-chaincode-shim/build.gradle
@@ -42,7 +42,7 @@ dependencies {
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'
45
- implementation 'io.github.classgraph:classgraph:4.8.179'
+ 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'
48
implementation 'com.google.protobuf:protobuf-java-util'
0 commit comments