Skip to content

Commit

Permalink
Move everything to latest fabric-protos (v0.3.3). (#333)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
Co-authored-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
benjsmi and bestbeforetoday authored Mar 7, 2024
1 parent 66b1331 commit 6185c43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/fabric-contract-example-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.hyperledger.fabric</groupId>
<artifactId>fabric-protos</artifactId>
<version>0.2.1</version>
<version>0.3.3</version>
<scope>compile</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

dependencies {
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.1'
implementation 'org.hyperledger.fabric:fabric-protos:0.2.+'
implementation 'org.hyperledger.fabric:fabric-protos:0.3.3'
}

shadowJar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

dependencies {
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.1'
implementation 'org.hyperledger.fabric:fabric-protos:0.2.+'
implementation 'org.hyperledger.fabric:fabric-protos:0.3.3'
}

shadowJar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
implementation 'org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim:2.5.1'
implementation 'org.hyperledger.fabric:fabric-protos:0.2.+'
implementation 'org.hyperledger.fabric:fabric-protos:0.3.3'
implementation 'commons-logging:commons-logging:1.2'
implementation 'com.google.code.gson:gson:2.10.1'
}
Expand Down
2 changes: 1 addition & 1 deletion fabric-chaincode-shim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {
}

dependencies {
implementation 'org.hyperledger.fabric:fabric-protos:0.2.1'
implementation 'org.hyperledger.fabric:fabric-protos:0.3.3'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation 'io.github.classgraph:classgraph:4.8.165'
Expand Down

0 comments on commit 6185c43

Please sign in to comment.