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-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new c6bf1d5 RATIS-1907. Bump dependencies to the latest version (#47)
c6bf1d5 is described below
commit c6bf1d5a6a22453f8cfaf31e6f65ee7c9dad8502
Author: William Song <[email protected]>
AuthorDate: Tue Oct 17 12:22:51 2023 -0500
RATIS-1907. Bump dependencies to the latest version (#47)
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index ef5617c..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.53.0</shaded.grpc.version>
+ <shaded.grpc.version>1.58.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.1.94.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>32.0.0-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>