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

ethanfeng 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 40f8eccec [CELEBORN-1604] Bump rocksdbjni version from 8.11.3 to 9.5.2
40f8eccec is described below

commit 40f8eccecde2ecec37ed2b13b5cdcd9d7110ef50
Author: sychen <[email protected]>
AuthorDate: Fri Sep 20 17:35:42 2024 +0800

    [CELEBORN-1604] Bump rocksdbjni version from 8.11.3 to 9.5.2
    
    ### What changes were proposed in this pull request?
    
    ### Why are the changes needed?
    https://github.com/facebook/rocksdb/compare/v8.11.3...v9.5.2
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    GA
    
    Closes #2749 from cxzl25/CELEBORN-1604.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 dev/deps/dependencies-server | 2 +-
 pom.xml                      | 2 +-
 project/CelebornBuild.scala  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/deps/dependencies-server b/dev/deps/dependencies-server
index 9e5bceeb4..889c9945f 100644
--- a/dev/deps/dependencies-server
+++ b/dev/deps/dependencies-server
@@ -133,7 +133,7 @@ ratis-server-api/3.1.0//ratis-server-api-3.1.0.jar
 ratis-server/3.1.0//ratis-server-3.1.0.jar
 ratis-shell/3.1.0//ratis-shell-3.1.0.jar
 ratis-thirdparty-misc/1.0.6//ratis-thirdparty-misc-1.0.6.jar
-rocksdbjni/8.11.3//rocksdbjni-8.11.3.jar
+rocksdbjni/9.5.2//rocksdbjni-9.5.2.jar
 scala-library/2.12.18//scala-library-2.12.18.jar
 scala-reflect/2.12.18//scala-reflect-2.12.18.jar
 slf4j-api/1.7.36//slf4j-api-1.7.36.jar
diff --git a/pom.xml b/pom.xml
index 48069d96e..2c94b31ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <snakeyaml.version>2.2</snakeyaml.version>
     <zstd-jni.version>1.5.2-1</zstd-jni.version>
     <kubernetes-client.version>6.7.0</kubernetes-client.version>
-    <rocksdbjni.version>8.11.3</rocksdbjni.version>
+    <rocksdbjni.version>9.5.2</rocksdbjni.version>
     <jackson.version>2.15.3</jackson.version>
     <snappy.version>1.1.10.5</snappy.version>
     <ap.loader.version>3.0-8</ap.loader.version>
diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index 5bc1291e7..8d0161435 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -61,7 +61,7 @@ object Dependencies {
   val nettyVersion = "4.1.109.Final"
   val ratisVersion = "3.1.0"
   val roaringBitmapVersion = "1.0.6"
-  val rocksdbJniVersion = "8.11.3"
+  val rocksdbJniVersion = "9.5.2"
   val jacksonVersion = "2.15.3"
   val jakartaActivationApiVersion = "1.2.1"
   val scalatestMockitoVersion = "1.17.14"

Reply via email to