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 8f1a99d7c RATIS-1739. Upgrade Ratis Thirdparty to 1.0.3 (#777)
8f1a99d7c is described below
commit 8f1a99d7c591e24050bddf7113af7cbcd70d255b
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 07e784879..c8b3f4607 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,10 +207,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 -->