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 0d8fe8f commit 7f6cf32Copy full SHA for 7f6cf32
fabric-chaincode-shim/build.gradle
@@ -54,8 +54,8 @@ dependencies {
54
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
55
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
56
implementation 'io.github.classgraph:classgraph:4.8.165'
57
- implementation 'com.github.everit-org.json-schema:org.everit.json.schema:1.14.2'
58
- implementation 'org.json:json:20231013'
+ implementation 'com.github.everit-org.json-schema:org.everit.json.schema:1.14.4'
+ implementation 'org.json:json:20240303'
59
implementation 'com.google.protobuf:protobuf-java-util:3.24.4'
60
61
// Required if using Java 11+ as no longer bundled in the core libraries
0 commit comments