File tree Expand file tree Collapse file tree
examples/fabric-contract-example-maven
fabric-chaincode-integration-test/src/contracts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 <dependency >
4949 <groupId >org.hyperledger.fabric</groupId >
5050 <artifactId >fabric-protos</artifactId >
51- <version >0.2.1 </version >
51+ <version >0.3.3 </version >
5252 <scope >compile</scope >
5353 </dependency >
5454
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121
2222dependencies {
2323 implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.1'
24- implementation ' org.hyperledger.fabric:fabric-protos:0.2.+ '
24+ implementation ' org.hyperledger.fabric:fabric-protos:0.3.3 '
2525}
2626
2727shadowJar {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121
2222dependencies {
2323 implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.1'
24- implementation ' org.hyperledger.fabric:fabric-protos:0.2.+ '
24+ implementation ' org.hyperledger.fabric:fabric-protos:0.3.3 '
2525}
2626
2727shadowJar {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020
2121dependencies {
2222 implementation ' org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.1'
23- implementation ' org.hyperledger.fabric:fabric-protos:0.2.+ '
23+ implementation ' org.hyperledger.fabric:fabric-protos:0.3.3 '
2424 implementation ' commons-logging:commons-logging:1.2'
2525 implementation ' com.google.code.gson:gson:2.10.1'
2626}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {
5050}
5151
5252dependencies {
53- implementation ' org.hyperledger.fabric:fabric-protos:0.2.1 '
53+ implementation ' org.hyperledger.fabric:fabric-protos:0.3.3 '
5454 implementation ' org.bouncycastle:bcpkix-jdk18on:1.77'
5555 implementation ' org.bouncycastle:bcprov-jdk18on:1.77'
5656 implementation ' io.github.classgraph:classgraph:4.8.165'
You can’t perform that action at this time.
0 commit comments