Skip to content

Commit 6185c43

Browse files
Move everything to latest fabric-protos (v0.3.3). (#333)
Signed-off-by: Ben Smith <[email protected]> Co-authored-by: Mark S. Lewis <[email protected]>
1 parent 66b1331 commit 6185c43

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/fabric-contract-example-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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

fabric-chaincode-integration-test/src/contracts/bare-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
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

2727
shadowJar {

fabric-chaincode-integration-test/src/contracts/fabric-ledger-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
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

2727
shadowJar {

fabric-chaincode-integration-test/src/contracts/fabric-shim-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
dependencies {
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
}

fabric-chaincode-shim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tasks.withType(org.gradle.api.tasks.testing.Test) {
5050
}
5151

5252
dependencies {
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'

0 commit comments

Comments
 (0)