This is an automated email from the ASF dual-hosted git repository.
williamsong pushed a commit to branch jira1907
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/jira1907 by this push:
new 29aea75 Bump dependencies to the latest version
29aea75 is described below
commit 29aea759895629400009999f05f2ef1ddb07265e
Author: szywilliam <[email protected]>
AuthorDate: Sat Oct 14 16:17:13 2023 +0800
Bump dependencies to the latest version
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9d8bab9..0da966a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,19 +68,19 @@
<maven.min.version>3.3.9</maven.min.version>
<!--Version of protobuf to be shaded -->
- <shaded.protobuf.version>3.19.6</shaded.protobuf.version>
+ <shaded.protobuf.version>3.24.4</shaded.protobuf.version>
<!--Version of grpc to be shaded -->
- <shaded.grpc.version>1.51.1</shaded.grpc.version>
+ <shaded.grpc.version>1.58.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.1.86.Final</shaded.netty.version>
+ <shaded.netty.version>4.1.100.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
- <shaded.dropwizard.version>4.2.9</shaded.dropwizard.version>
+ <shaded.dropwizard.version>4.2.21</shaded.dropwizard.version>
<shaded.dropwizard.ganglia.version>3.2.6</shaded.dropwizard.ganglia.version>
<!-- third party library versions -->
<commons-lang3.version>3.8.1</commons-lang3.version>
- <gson.version>2.8.9</gson.version>
- <guava.version>31.0.1-jre</guava.version>
+ <gson.version>2.10.1</gson.version>
+ <guava.version>32.1.3-jre</guava.version>
<io.opencensus.version>0.21.0</io.opencensus.version>
<ratis.thirdparty.shaded.prefix>org.apache.ratis.thirdparty</ratis.thirdparty.shaded.prefix>