From c2b495cbedae9c75d77daf9643ba6d9bc8b3a9d2 Mon Sep 17 00:00:00 2001 From: Richard Zowalla Date: Thu, 9 Nov 2023 13:45:41 +0100 Subject: [PATCH] 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 38b7d6fb805..c8a255b2378 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 f58736c50d9..02f2de98bee 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 a70a6d488ab..9cc59b3f43e 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ 1.2.1 2.3.0 1.1.1 - 8.1.1 + 8.5.4 2.5.0 @@ -914,7 +914,7 @@ org.rocksdb rocksdbjni - ${rocksdb-version} + ${rocksdb-jni-version} org.apache.activemq diff --git a/storm-server/pom.xml b/storm-server/pom.xml index 9e82fe64db3..3a9420f64b0 100644 --- a/storm-server/pom.xml +++ b/storm-server/pom.xml @@ -64,7 +64,7 @@ org.rocksdb rocksdbjni - ${rocksdb-version} + ${rocksdb-jni-version}