This is an automated email from the ASF dual-hosted git repository.

SteNicholas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 51357a4c6 [CELEBORN-2425] Bump Ratis version from 3.2.2 to 3.3.0
51357a4c6 is described below

commit 51357a4c67eb1526796a2ebc4a3ce9a65e2c9486
Author: Nicholas Jiang <[email protected]>
AuthorDate: Tue Aug 18 19:12:39 2026 +0800

    [CELEBORN-2425] Bump Ratis version from 3.2.2 to 3.3.0
    
    ### What changes were proposed in this pull request?
    
    Bump Ratis version from 3.2.2 to 3.3.0.
    
    ### Why are the changes needed?
    
    Bump Ratis version from 3.2.2 to 3.3.0. Ratis has released v3.3.0 of which 
release note refers to [3.3.0](https://ratis.apache.org/post/3.3.0.html). The 
3.3.0 version is a maintenance release with multiple improvements and bugfixes.
    
    ### Does this PR resolve a correctness bug?
    
    - [ ] Yes
    
    ### Does this PR introduce _any_ user-facing change?
    
    - [ ] Yes
    
    ### How was this patch tested?
    
    CI.
    
    Closes #3806 from SteNicholas/CELEBORN-2425.
    
    Authored-by: Nicholas Jiang <[email protected]>
    Signed-off-by: Nicholas Jiang <[email protected]>
---
 dev/deps/dependencies-server | 24 ++++++++++++------------
 pom.xml                      |  2 +-
 project/CelebornBuild.scala  |  2 +-
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev/deps/dependencies-server b/dev/deps/dependencies-server
index 0b7dcca62..aeba5dd9f 100644
--- a/dev/deps/dependencies-server
+++ b/dev/deps/dependencies-server
@@ -20,7 +20,7 @@ RoaringBitmap/1.0.6//RoaringBitmap-1.0.6.jar
 aopalliance-repackaged/2.6.1//aopalliance-repackaged-2.6.1.jar
 ap-loader-all/4.0-10//ap-loader-all-4.0-10.jar
 classgraph/4.8.138//classgraph-4.8.138.jar
-commons-cli/1.5.0//commons-cli-1.5.0.jar
+commons-cli/1.11.0//commons-cli-1.11.0.jar
 commons-crypto/1.0.0//commons-crypto-1.0.0.jar
 commons-io/2.17.0//commons-io-2.17.0.jar
 commons-lang3/3.20.0//commons-lang3-3.20.0.jar
@@ -127,17 +127,17 @@ 
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
 paranamer/2.8//paranamer-2.8.jar
 picocli/4.7.6//picocli-4.7.6.jar
 protobuf-java/3.25.5//protobuf-java-3.25.5.jar
-ratis-client/3.2.2//ratis-client-3.2.2.jar
-ratis-common/3.2.2//ratis-common-3.2.2.jar
-ratis-grpc/3.2.2//ratis-grpc-3.2.2.jar
-ratis-metrics-api/3.2.2//ratis-metrics-api-3.2.2.jar
-ratis-metrics-default/3.2.2//ratis-metrics-default-3.2.2.jar
-ratis-netty/3.2.2//ratis-netty-3.2.2.jar
-ratis-proto/3.2.2//ratis-proto-3.2.2.jar
-ratis-server-api/3.2.2//ratis-server-api-3.2.2.jar
-ratis-server/3.2.2//ratis-server-3.2.2.jar
-ratis-shell/3.2.2//ratis-shell-3.2.2.jar
-ratis-thirdparty-misc/1.0.11//ratis-thirdparty-misc-1.0.11.jar
+ratis-client/3.3.0//ratis-client-3.3.0.jar
+ratis-common/3.3.0//ratis-common-3.3.0.jar
+ratis-grpc/3.3.0//ratis-grpc-3.3.0.jar
+ratis-metrics-api/3.3.0//ratis-metrics-api-3.3.0.jar
+ratis-metrics-default/3.3.0//ratis-metrics-default-3.3.0.jar
+ratis-netty/3.3.0//ratis-netty-3.3.0.jar
+ratis-proto/3.3.0//ratis-proto-3.3.0.jar
+ratis-server-api/3.3.0//ratis-server-api-3.3.0.jar
+ratis-server/3.3.0//ratis-server-3.3.0.jar
+ratis-shell/3.3.0//ratis-shell-3.3.0.jar
+ratis-thirdparty-misc/1.1.0//ratis-thirdparty-misc-1.1.0.jar
 rocksdbjni/9.10.0//rocksdbjni-9.10.0.jar
 scala-library/2.12.18//scala-library-2.12.18.jar
 scala-reflect/2.12.18//scala-reflect-2.12.18.jar
diff --git a/pom.xml b/pom.xml
index c620d6e45..8ec787e1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <netty.version>4.2.17.Final</netty.version>
     <bouncycastle.version>1.77</bouncycastle.version>
     <protobuf.version>3.25.5</protobuf.version>
-    <ratis.version>3.2.2</ratis.version>
+    <ratis.version>3.3.0</ratis.version>
     <scalatest.version>3.2.16</scalatest.version>
     <slf4j.version>1.7.36</slf4j.version>
     <roaringbitmap.version>1.0.6</roaringbitmap.version>
diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index 611b250ad..cd22e38c7 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -64,7 +64,7 @@ object Dependencies {
   val metricsVersion = "4.2.25"
   val mockitoVersion = "4.11.0"
   val nettyVersion = "4.2.17.Final"
-  val ratisVersion = "3.2.2"
+  val ratisVersion = "3.3.0"
   val roaringBitmapVersion = "1.0.6"
   val rocksdbJniVersion = "9.10.0"
   val jacksonVersion = "2.15.3"

Reply via email to