Repository: incubator-ratis Updated Branches: refs/heads/master 5a8495eb2 -> a8c4ca056
RATIS-454. Update to ratis-thirdparty 0.2.0. Contributed by Josh Elser. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/a8c4ca05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/a8c4ca05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/a8c4ca05 Branch: refs/heads/master Commit: a8c4ca056b3b3bfb0537da9da725198db5b818e1 Parents: 5a8495e Author: Xiaoyu Yao <[email protected]> Authored: Thu Dec 20 12:21:07 2018 -0800 Committer: Xiaoyu Yao <[email protected]> Committed: Thu Dec 20 12:57:27 2018 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a8c4ca05/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3c745cc..9d8a427 100644 --- a/pom.xml +++ b/pom.xml @@ -176,11 +176,11 @@ <maven.min.version>3.3.9</maven.min.version> <!-- Contains all shaded thirdparty dependencies --> - <ratis.thirdparty.version>0.1.0</ratis.thirdparty.version> + <ratis.thirdparty.version>0.2.0</ratis.thirdparty.version> <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty --> <shaded.protobuf.version>3.5.0</shaded.protobuf.version> - <shaded.grpc.version>1.14.0</shaded.grpc.version> + <shaded.grpc.version>1.16.0</shaded.grpc.version> <!-- Test properties -->
