Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
A better fix for #153.
Browse files Browse the repository at this point in the history
Since we're building Tink with Protobuf 3.6.0, we should also depend on this version at runtime.

PiperOrigin-RevId: 221251377
GitOrigin-RevId: d9359867812f5e9fa600c33c059c2f80d5b221b2
  • Loading branch information
thaidn authored and Tink Team committed Nov 13, 2018
1 parent bce6d6c commit 9fd4b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/tink.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<google-auto-service.version>1.0-rc4</google-auto-service.version>
<google-guava.version>25.0-jre</google-guava.version>
<json.version>20170516</json.version>
<protobuf.version>3.4.0</protobuf.version>
<protobuf.version>3.6.0</protobuf.version>
<protobuf-lite.version>3.0.1</protobuf-lite.version>
</properties>

Expand Down

0 comments on commit 9fd4b67

Please sign in to comment.