This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new e47d1119e RATIS-1739. Upgrade Ratis Thirdparty to 1.0.3 (#777)
e47d1119e is described below
commit e47d1119e8b510bffc5b8b9853b83e14bce6dcb9
Author: Yaolong Liu <[email protected]>
AuthorDate: Wed Nov 9 03:08:11 2022 +0800
RATIS-1739. Upgrade Ratis Thirdparty to 1.0.3 (#777)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 55a75c723..55b44d04e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,10 +205,10 @@
<maven.min.version>3.3.9</maven.min.version>
<!-- Contains all shaded thirdparty dependencies -->
- <ratis.thirdparty.version>1.0.2</ratis.thirdparty.version>
+ <ratis.thirdparty.version>1.0.3</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.protobuf.version>3.19.6</shaded.protobuf.version>
<shaded.grpc.version>1.48.1</shaded.grpc.version>
<!-- Test properties -->