From 40f8eccecde2ecec37ed2b13b5cdcd9d7110ef50 Mon Sep 17 00:00:00 2001 From: sychen Date: Fri, 20 Sep 2024 17:35:42 +0800 Subject: [PATCH] [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 Signed-off-by: mingji --- 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 @@ 2.2 1.5.2-1 6.7.0 - 8.11.3 + 9.5.2 2.15.3 1.1.10.5 3.0-8 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"