You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2022/08/24 02:57:22 UTC

[ratis] branch master updated: RATIS-1684. Upgrade Ratis Thirdparty to 1.0.2 (#723)

This is an automated email from the ASF dual-hosted git repository.

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new d205e8264 RATIS-1684. Upgrade Ratis Thirdparty to 1.0.2 (#723)
d205e8264 is described below

commit d205e8264ce73578c78ed5d5a78e4255d274492a
Author: Yaolong Liu <ly...@163.com>
AuthorDate: Wed Aug 24 10:57:17 2022 +0800

    RATIS-1684. Upgrade Ratis Thirdparty to 1.0.2 (#723)
---
 pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index f59e86a84..6c7b6701e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,21 +205,17 @@
     <maven.min.version>3.3.9</maven.min.version>
 
     <!-- Contains all shaded thirdparty dependencies -->
-    <ratis.thirdparty.version>1.0.1</ratis.thirdparty.version>
+    <ratis.thirdparty.version>1.0.2</ratis.thirdparty.version>
 
     <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
     <shaded.protobuf.version>3.19.2</shaded.protobuf.version>
-    <shaded.grpc.version>1.44.0</shaded.grpc.version>
+    <shaded.grpc.version>1.48.1</shaded.grpc.version>
 
     <!-- Test properties -->
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <test.exclude.pattern>_</test.exclude.pattern>
     <!-- number of threads/forks to use when running tests in parallel, see parallel-tests profile -->
     <testsThreadCount>4</testsThreadCount>
-
-    <!--metrics-->
-    <shaded.dropwizard.version>4.2.9</shaded.dropwizard.version>
-    <shaded.dropwizard.ganglia.version>3.2.6</shaded.dropwizard.ganglia.version>
   </properties>
 
   <dependencyManagement>