This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git
commit 2a247b154a3ab2976beb0c8b58dc8b957742d70f Author: Mukul Kumar Singh <[email protected]> AuthorDate: Tue Nov 12 13:35:14 2019 +0100 Update Ratis thirdparty to 0.3.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index df8bfbb..79f5d46 100644 --- a/pom.xml +++ b/pom.xml @@ -186,11 +186,11 @@ <maven.min.version>3.3.9</maven.min.version> <!-- Contains all shaded thirdparty dependencies --> - <ratis.thirdparty.version>0.2.0</ratis.thirdparty.version> + <ratis.thirdparty.version>0.3.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.16.0</shaded.grpc.version> + <shaded.protobuf.version>3.10.0</shaded.protobuf.version> + <shaded.grpc.version>1.24.0</shaded.grpc.version> <!-- Test properties -->
