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-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 33e1180  RATIS-2324. Upgrade third-party dependencies to fix CVE 
alerts (#69)
33e1180 is described below

commit 33e11802d6d1b56b744eab9408633acdeff39559
Author: Potato <[email protected]>
AuthorDate: Wed Sep 10 14:45:27 2025 +0800

    RATIS-2324. Upgrade third-party dependencies to fix CVE alerts (#69)
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ca6d82c..6cd8702 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,17 +71,17 @@
     <maven.min.version>3.3.9</maven.min.version>
 
     <!--Version of protobuf to be shaded -->
-    <shaded.protobuf.version>3.25.5</shaded.protobuf.version>
+    <shaded.protobuf.version>3.25.8</shaded.protobuf.version>
     <!--Version of grpc to be shaded -->
-    <shaded.grpc.version>1.71.0</shaded.grpc.version>
+    <shaded.grpc.version>1.75.0</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
-    <shaded.netty.version>4.1.119.Final</shaded.netty.version>
+    <shaded.netty.version>4.1.127.Final</shaded.netty.version>
     <!--Version of dropwizard to be shaded -->
     <shaded.dropwizard.version>4.2.21</shaded.dropwizard.version>
 
     <!-- third party library versions -->
     <commons-lang3.version>3.8.1</commons-lang3.version>
-    <gson.version>2.10.1</gson.version>
+    <gson.version>2.13.1</gson.version>
     <guava.version>32.1.3-jre</guava.version>
     <io.opencensus.version>0.21.0</io.opencensus.version>
 

Reply via email to