This is an automated email from the ASF dual-hosted git repository.
adoroszlai 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 ecc172542 RATIS-1929. Bump ratis-thirdparty version to 1.0.5 (#960)
ecc172542 is described below
commit ecc172542b09063ddf994afb1cc540dc41f060a0
Author: William Song <[email protected]>
AuthorDate: Mon Nov 6 09:44:09 2023 -0600
RATIS-1929. Bump ratis-thirdparty version to 1.0.5 (#960)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5fdc59f77..d0da71e30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,11 +207,11 @@
<maven.min.version>3.3.9</maven.min.version>
<!-- Contains all shaded thirdparty dependencies -->
- <ratis.thirdparty.version>1.0.4</ratis.thirdparty.version>
+ <ratis.thirdparty.version>1.0.5</ratis.thirdparty.version>
<!-- Need these for the protobuf compiler. *MUST* match what is in
ratis-thirdparty -->
- <shaded.protobuf.version>3.19.6</shaded.protobuf.version>
- <shaded.grpc.version>1.51.1</shaded.grpc.version>
+ <shaded.protobuf.version>3.24.4</shaded.protobuf.version>
+ <shaded.grpc.version>1.58.0</shaded.grpc.version>
<!-- Test properties -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>