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

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new d7697f471 chore(server): bump rocksdb version from 7.2.2 to 8.10.2 
(#2896)
d7697f471 is described below

commit d7697f47185607e87877980a90d98fa1df0cdec9
Author: Guangyang Deng <[email protected]>
AuthorDate: Sat Nov 1 04:10:08 2025 +0800

    chore(server): bump rocksdb version from 7.2.2 to 8.10.2 (#2896)
---
 hugegraph-server/hugegraph-rocksdb/pom.xml             | 2 +-
 install-dist/release-docs/LICENSE                      | 2 +-
 install-dist/scripts/dependency/known-dependencies.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hugegraph-server/hugegraph-rocksdb/pom.xml 
b/hugegraph-server/hugegraph-rocksdb/pom.xml
index 3cf448c9c..845cf40f9 100644
--- a/hugegraph-server/hugegraph-rocksdb/pom.xml
+++ b/hugegraph-server/hugegraph-rocksdb/pom.xml
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.rocksdb</groupId>
             <artifactId>rocksdbjni</artifactId>
-            <version>7.2.2</version>
+            <version>8.10.2</version>
         </dependency>
     </dependencies>
 
diff --git a/install-dist/release-docs/LICENSE 
b/install-dist/release-docs/LICENSE
index 1df2d8b25..2d7666076 100644
--- a/install-dist/release-docs/LICENSE
+++ b/install-dist/release-docs/LICENSE
@@ -571,8 +571,8 @@ The text of each license is also included in 
licenses/LICENSE-[project].txt.
     
https://central.sonatype.com/artifact/com.addthis.metrics/reporter-config-base/3.0.3
 -> Apache 2.0
     
https://central.sonatype.com/artifact/org.opencypher/rewriting-9.0/9.0.20190305 
-> Apache 2.0
     https://central.sonatype.com/artifact/org.rocksdb/rocksdbjni/6.29.5 -> 
Apache 2.0
-    https://central.sonatype.com/artifact/org.rocksdb/rocksdbjni/7.2.2 -> 
Apache 2.0
     https://central.sonatype.com/artifact/org.rocksdb/rocksdbjni/7.7.3 -> 
Apache 2.0
+    https://central.sonatype.com/artifact/org.rocksdb/rocksdbjni/8.10.2 -> 
Apache 2.0
     https://central.sonatype.com/artifact/org.fusesource/sigar/1.6.4 -> Apache 
2.0
     https://central.sonatype.com/artifact/io.prometheus/simpleclient/0.10.0 -> 
Apache 2.0
     
https://central.sonatype.com/artifact/io.prometheus/simpleclient_common/0.10.0 
-> Apache 2.0
diff --git a/install-dist/scripts/dependency/known-dependencies.txt 
b/install-dist/scripts/dependency/known-dependencies.txt
index c6099c09a..dda176954 100644
--- a/install-dist/scripts/dependency/known-dependencies.txt
+++ b/install-dist/scripts/dependency/known-dependencies.txt
@@ -483,8 +483,8 @@ reporter-config-base-3.0.3.jar
 reporter-config3-3.0.3.jar
 rewriting-9.0-9.0.20190305.jar
 rocksdbjni-6.29.5.jar
-rocksdbjni-7.2.2.jar
 rocksdbjni-7.7.3.jar
+rocksdbjni-8.10.2.jar
 scala-java8-compat_2.12-0.8.0.jar
 scala-library-2.12.7.jar
 scala-reflect-2.12.7.jar

Reply via email to