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

rzo1 pushed a commit to branch STORM-3994
in repository https://gitbox.apache.org/repos/asf/storm.git

commit c2b495cbedae9c75d77daf9643ba6d9bc8b3a9d2
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Nov 9 13:45:41 2023 +0100

    STORM-3994 - LocalCluster init fails on Windows because of missing 
librocksdbjni-win64.dll
---
 DEPENDENCY-LICENSES  | 2 +-
 LICENSE-binary       | 2 +-
 pom.xml              | 4 ++--
 storm-server/pom.xml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 38b7d6fb8..c8a255b23 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -485,7 +485,7 @@ List of third-party dependencies grouped by their license 
type.
 
     Apache License, Version 2.0, GNU General Public License, version 2
 
-        * RocksDB JNI (org.rocksdb:rocksdbjni:8.1.1 - https://rocksdb.org)
+        * RocksDB JNI (org.rocksdb:rocksdbjni:8.5.4 - https://rocksdb.org)
 
     Apache License, Version 2.0, LGPL 2.1, MPL 1.1
 
diff --git a/LICENSE-binary b/LICENSE-binary
index f58736c50..02f2de98b 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -1013,7 +1013,7 @@ The license texts of these dependencies can be found in 
the licenses directory.
 
     Apache License, Version 2.0, GNU General Public License, version 2
 
-        * RocksDB JNI (org.rocksdb:rocksdbjni:8.1.1 - https://rocksdb.org)
+        * RocksDB JNI (org.rocksdb:rocksdbjni:8.5.4 - https://rocksdb.org)
 
     Apache License, Version 2.0, LGPL 2.1, MPL 1.1
 
diff --git a/pom.xml b/pom.xml
index a70a6d488..9cc59b3f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <jakarta-activation-version>1.2.1</jakarta-activation-version>
         <jaxb-version>2.3.0</jaxb-version>
         <activation-version>1.1.1</activation-version>
-        <rocksdb-version>8.1.1</rocksdb-version>
+        <rocksdb-jni-version>8.5.4</rocksdb-jni-version>
         <json-smart.version>2.5.0</json-smart.version>
 
         <!-- see intellij profile below... This fixes an annoyance with 
intellij -->
@@ -914,7 +914,7 @@
             <dependency>
                 <groupId>org.rocksdb</groupId>
                 <artifactId>rocksdbjni</artifactId>
-                <version>${rocksdb-version}</version>
+                <version>${rocksdb-jni-version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.activemq</groupId>
diff --git a/storm-server/pom.xml b/storm-server/pom.xml
index 9e82fe64d..3a9420f64 100644
--- a/storm-server/pom.xml
+++ b/storm-server/pom.xml
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.rocksdb</groupId>
             <artifactId>rocksdbjni</artifactId>
-            <version>${rocksdb-version}</version>
+            <version>${rocksdb-jni-version}</version>
         </dependency>
 
         <!-- jline is included to make the zk shell work through the cli for 
debugging -->

Reply via email to